@arco-design/web-react
Version:
Arco Design React UI Library.
12 lines (11 loc) • 351 B
JavaScript
import OriginTypography from './typography';
import Title from './title';
import Text from './text';
import Paragraph from './paragraph';
import Ellipsis from './ellipsis';
var Typography = OriginTypography;
Typography.Title = Title;
Typography.Text = Text;
Typography.Paragraph = Paragraph;
Typography.Ellipsis = Ellipsis;
export default Typography;