tdesign-mobile-vue
Version:
tdesign-mobile-vue
16 lines (15 loc) • 415 B
TypeScript
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;