UNPKG

tdesign-vue-next

Version:
16 lines (15 loc) 415 B
import { TdParagraphProps } from '../typography/type'; import { PropType } from 'vue'; declare const _default: { content: { type: PropType<TdParagraphProps["content"]>; }; default: { type: PropType<TdParagraphProps["default"]>; }; ellipsis: { type: PropType<TdParagraphProps["ellipsis"]>; default: TdParagraphProps["ellipsis"]; }; }; export default _default;