| | |
| | | type: NumberConstructor; |
| | | value?: number; |
| | | }; |
| | | style?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | disabled?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | | externalClasses?: { |
| | | type: ArrayConstructor; |
| | | value?: ['t-class', 't-class-icon', 't-class-text']; |
| | | }; |
| | | gap?: { |
| | | type: null; |
| | |
| | | icon?: { |
| | | type: null; |
| | | value?: string | string[]; |
| | | }; |
| | | iconPrefix?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | placement?: { |
| | | type: StringConstructor; |
| | | value?: 'top' | 'bottom' | ''; |
| | | }; |
| | | showText?: { |
| | | type: BooleanConstructor; |
| | |
| | | type: NumberConstructor; |
| | | value?: number; |
| | | }; |
| | | variant?: { |
| | | type: StringConstructor; |
| | | value?: 'outline' | 'filled'; |
| | | }; |
| | | } |