mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
7 lines
196 B
TypeScript
7 lines
196 B
TypeScript
|
|
export type SegmentButtonLayout = 'icon-top' | 'icon-start' | 'icon-end' | 'icon-bottom' | 'icon-hide' | 'label-hide';
|
|
|
|
export interface SegmentChangeEventDetail {
|
|
value: string | undefined;
|
|
}
|