Files
icehrm/web/node_modules/antd/es/typography/index.js
2020-05-20 18:47:29 +02:00

9 lines
283 B
JavaScript

import OriginTypography from './Typography';
import Text from './Text';
import Title from './Title';
import Paragraph from './Paragraph';
var Typography = OriginTypography;
Typography.Text = Text;
Typography.Title = Title;
Typography.Paragraph = Paragraph;
export default Typography;