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

12 lines
358 B
TypeScript

import OriginTypography from './Typography';
import Text from './Text';
import Title from './Title';
import Paragraph from './Paragraph';
export declare type TypographyProps = typeof OriginTypography & {
Text: typeof Text;
Title: typeof Title;
Paragraph: typeof Paragraph;
};
declare const Typography: TypographyProps;
export default Typography;