UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

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