UNPKG

@adminium/ui

Version:

Arco Design React UI Library.

10 lines (9 loc) 284 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;