tdesign-mobile-vue
Version:
tdesign-mobile-vue
90 lines (89 loc) • 3.95 kB
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
checked: {
type: BooleanConstructor;
default: any;
};
modelValue: {
type: BooleanConstructor;
default: any;
};
defaultChecked: BooleanConstructor;
closable: BooleanConstructor;
content: {
type: import("vue").PropType<import("@/components").TdCheckTagProps['content']>;
};
default: {
type: import("vue").PropType<import("@/components").TdCheckTagProps['default']>;
};
disabled: BooleanConstructor;
icon: {
type: import("vue").PropType<import("@/components").TdCheckTagProps['icon']>;
};
shape: {
type: import("vue").PropType<import("@/components").TdCheckTagProps['shape']>;
default: import("@/components").TdCheckTagProps['shape'];
validator(val: import("@/components").TdCheckTagProps['shape']): boolean;
};
size: {
type: import("vue").PropType<import("@/components").TdCheckTagProps['size']>;
default: import("@/components").TdCheckTagProps['size'];
validator(val: import("@/components").TdCheckTagProps['size']): boolean;
};
variant: {
type: import("vue").PropType<import("@/components").TdCheckTagProps['variant']>;
default: import("@/components").TdCheckTagProps['variant'];
validator(val: import("@/components").TdCheckTagProps['variant']): boolean;
};
onChange: import("vue").PropType<import("@/components").TdCheckTagProps['onChange']>;
onClick: import("vue").PropType<import("@/components").TdCheckTagProps['onClick']>;
onClose: import("vue").PropType<import("@/components").TdCheckTagProps['onClose']>;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
checked: {
type: BooleanConstructor;
default: any;
};
modelValue: {
type: BooleanConstructor;
default: any;
};
defaultChecked: BooleanConstructor;
closable: BooleanConstructor;
content: {
type: import("vue").PropType<import("@/components").TdCheckTagProps['content']>;
};
default: {
type: import("vue").PropType<import("@/components").TdCheckTagProps['default']>;
};
disabled: BooleanConstructor;
icon: {
type: import("vue").PropType<import("@/components").TdCheckTagProps['icon']>;
};
shape: {
type: import("vue").PropType<import("@/components").TdCheckTagProps['shape']>;
default: import("@/components").TdCheckTagProps['shape'];
validator(val: import("@/components").TdCheckTagProps['shape']): boolean;
};
size: {
type: import("vue").PropType<import("@/components").TdCheckTagProps['size']>;
default: import("@/components").TdCheckTagProps['size'];
validator(val: import("@/components").TdCheckTagProps['size']): boolean;
};
variant: {
type: import("vue").PropType<import("@/components").TdCheckTagProps['variant']>;
default: import("@/components").TdCheckTagProps['variant'];
validator(val: import("@/components").TdCheckTagProps['variant']): boolean;
};
onChange: import("vue").PropType<import("@/components").TdCheckTagProps['onChange']>;
onClick: import("vue").PropType<import("@/components").TdCheckTagProps['onClick']>;
onClose: import("vue").PropType<import("@/components").TdCheckTagProps['onClose']>;
}>> & Readonly<{}>, {
checked: boolean;
modelValue: boolean;
defaultChecked: boolean;
closable: boolean;
disabled: boolean;
shape: "mark" | "round" | "square";
size: import("@/common").SizeEnum;
variant: "dark" | "light" | "light-outline" | "outline";
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;