tdesign-vue-next
Version:
TDesign Component for vue-next
25 lines (24 loc) • 570 B
TypeScript
import { TdOptionProps } from '../select/type';
import { PropType } from 'vue';
declare const _default: {
checkAll: BooleanConstructor;
content: {
type: PropType<TdOptionProps["content"]>;
};
default: {
type: PropType<TdOptionProps["default"]>;
};
disabled: BooleanConstructor;
label: {
type: StringConstructor;
default: string;
};
title: {
type: StringConstructor;
default: string;
};
value: {
type: PropType<TdOptionProps["value"]>;
};
};
export default _default;