UNPKG

408 BTypeScriptView Raw
1import OriginTypography from './Typography';
2import Text from './Text';
3import Link from './Link';
4import Title from './Title';
5import Paragraph from './Paragraph';
6export declare type TypographyProps = typeof OriginTypography & {
7 Text: typeof Text;
8 Link: typeof Link;
9 Title: typeof Title;
10 Paragraph: typeof Paragraph;
11};
12declare const Typography: TypographyProps;
13export default Typography;