UNPKG

tdesign-miniprogram

Version:
12 lines (11 loc) 260 B
import { TypographyEllipsis } from '../text/index'; export interface TdParagraphProps { content?: { type: StringConstructor; value?: string; }; ellipsis?: { type: null; value?: boolean | TypographyEllipsis; }; }