UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

10 lines (9 loc) 293 B
import OriginTypography from './typography'; import Title from './title'; import Text from './text'; import Paragraph from './paragraph'; var Typography = OriginTypography; Typography.Title = Title; Typography.Text = Text; Typography.Paragraph = Paragraph; export default Typography;