Files
icehrm/web/node_modules/antd/es/typography/index.js
T

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;