| | |
| | | export interface TdCheckboxProps { |
| | | placement?: { |
| | | type: StringConstructor; |
| | | value?: 'left' | 'right'; |
| | | }; |
| | | block?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | | borderless?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | |
| | | contentDisabled?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | | style?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | disabled?: { |
| | | type: BooleanConstructor; |
| | |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | placement?: { |
| | | type: StringConstructor; |
| | | value?: 'left' | 'right'; |
| | | }; |
| | | readonly?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |