UNPKG

202 BTypeScriptView Raw
1export declare type SegmentButtonLayout = 'icon-top' | 'icon-start' | 'icon-end' | 'icon-bottom' | 'icon-hide' | 'label-hide';
2export interface SegmentChangeEventDetail {
3 value: string | undefined;
4}