@teamix/typography
Version:
13 lines • 398 B
JavaScript
import OriginTypography from './Typography';
import Text from './Text';
import Link from './Link';
import Title from './Title';
import Paragraph from './Paragraph';
import './style/index.scss';
var Typography = OriginTypography;
Typography.Text = Text;
Typography.Link = Link;
Typography.Title = Title;
Typography.Paragraph = Paragraph;
var NewTypography = Typography;
export default NewTypography;