tdesign-mobile-vue
Version:
tdesign-mobile-vue
44 lines (43 loc) • 1.29 kB
TypeScript
import { TdCheckTagProps } from '../tag/type';
import { PropType } from 'vue';
declare const _default: {
checked: {
type: BooleanConstructor;
default: any;
};
modelValue: {
type: BooleanConstructor;
default: any;
};
defaultChecked: BooleanConstructor;
closable: BooleanConstructor;
content: {
type: PropType<TdCheckTagProps['content']>;
};
default: {
type: PropType<TdCheckTagProps['default']>;
};
disabled: BooleanConstructor;
icon: {
type: PropType<TdCheckTagProps['icon']>;
};
shape: {
type: PropType<TdCheckTagProps['shape']>;
default: TdCheckTagProps['shape'];
validator(val: TdCheckTagProps['shape']): boolean;
};
size: {
type: PropType<TdCheckTagProps['size']>;
default: TdCheckTagProps['size'];
validator(val: TdCheckTagProps['size']): boolean;
};
variant: {
type: PropType<TdCheckTagProps['variant']>;
default: TdCheckTagProps['variant'];
validator(val: TdCheckTagProps['variant']): boolean;
};
onChange: PropType<TdCheckTagProps['onChange']>;
onClick: PropType<TdCheckTagProps['onClick']>;
onClose: PropType<TdCheckTagProps['onClose']>;
};
export default _default;