mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
docs(all): improve type docs for event
This commit is contained in:

committed by
Manu MA

parent
b3316d480f
commit
3d656ac312
6
core/src/components/segment/segment-interface.ts
Normal file
6
core/src/components/segment/segment-interface.ts
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
export type SegmentButtonLayout = 'icon-top' | 'icon-start' | 'icon-end' | 'icon-bottom' | 'icon-hide' | 'label-hide';
|
||||
|
||||
export interface SegmentChangeEventDetail {
|
||||
value: string | undefined;
|
||||
}
|
Reference in New Issue
Block a user