UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

7 lines (6 loc) 217 B
import { TypographyParagraphProps } from './interface'; declare function Paragraph(props: TypographyParagraphProps): JSX.Element; declare namespace Paragraph { var displayName: string; } export default Paragraph;