| | |
| | | export interface TdBackTopProps { |
| | | style?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | externalClasses?: { |
| | | type: ArrayConstructor; |
| | | value?: ['t-class', 't-class-icon', 't-class-text']; |
| | | }; |
| | | fixed?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | | icon?: { |
| | | type: null; |
| | | value?: boolean | string | object; |
| | | value?: string | boolean | object; |
| | | }; |
| | | scrollTop?: { |
| | | type: NumberConstructor; |
| | | value?: number; |
| | | }; |
| | | text?: { |
| | | type: StringConstructor; |
| | |
| | | type: StringConstructor; |
| | | value?: 'round' | 'half-round' | 'round-dark' | 'half-round-dark'; |
| | | }; |
| | | visibilityHeight?: { |
| | | type: NumberConstructor; |
| | | value?: number; |
| | | }; |
| | | } |