tdesign-vue-next
Version:
TDesign Component for vue-next
19 lines (18 loc) • 469 B
TypeScript
import { TdDescriptionsItemProps } from '../descriptions/type';
import { PropType } from 'vue';
declare const _default: {
content: {
type: PropType<TdDescriptionsItemProps["content"]>;
};
default: {
type: PropType<TdDescriptionsItemProps["default"]>;
};
label: {
type: PropType<TdDescriptionsItemProps["label"]>;
};
span: {
type: NumberConstructor;
default: number;
};
};
export default _default;