| | |
| | | import { SuperComponent, ComponentsOptionsType, RelationsOptions } from '../common/src/index'; |
| | | import { TdCheckboxProps } from './type'; |
| | | export declare type CheckboxProps = TdCheckboxProps; |
| | | export default class CheckBox extends SuperComponent { |
| | | externalClasses: string[]; |
| | | behaviors: string[]; |
| | |
| | | theme: { |
| | | type: StringConstructor; |
| | | value: string; |
| | | }; |
| | | tId: { |
| | | type: StringConstructor; |
| | | }; |
| | | block?: { |
| | | type: BooleanConstructor; |
| | |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | | externalClasses?: { |
| | | type: ArrayConstructor; |
| | | value?: ["t-class", "t-class-icon", "t-class-label", "t-class-content", "t-class-border"]; |
| | | }; |
| | | icon?: { |
| | | type: null; |
| | | value?: string[] | "rectangle" | "circle" | "line"; |
| | | value?: import("./type").CheckboxIconType; |
| | | }; |
| | | indeterminate?: { |
| | | type: BooleanConstructor; |