| | |
| | | type: NumberConstructor; |
| | | value?: number; |
| | | }; |
| | | size?: { |
| | | type: null; |
| | | value?: string | number; |
| | | }; |
| | | status?: { |
| | | type: StringConstructor; |
| | | value?: StatusEnum; |
| | | value?: ProgressStatus; |
| | | }; |
| | | strokeWidth?: { |
| | | type: null; |
| | | value?: string | number; |
| | | }; |
| | | style?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | theme?: { |
| | | type: StringConstructor; |
| | | value?: ThemeEnum; |
| | | value?: ProgressTheme; |
| | | }; |
| | | trackColor?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | } |
| | | export declare type StatusEnum = 'success' | 'error' | 'warning' | 'active'; |
| | | export declare type ThemeEnum = 'line' | 'plump' | 'circle'; |
| | | export declare type ProgressStatus = 'success' | 'error' | 'warning' | 'active'; |
| | | export declare type ProgressTheme = 'line' | 'plump' | 'circle'; |