Merge pull request #16835 from ant-design/export-TypographyProps

chore: export TypographyProps
This commit is contained in:
偏右 2019-05-28 16:29:13 +08:00 committed by GitHub
commit d39daf9750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ import Text from './Text';
import Title from './Title';
import Paragraph from './Paragraph';
type TypographyProps = typeof OriginTypography & {
export type TypographyProps = typeof OriginTypography & {
Text: typeof Text;
Title: typeof Title;
Paragraph: typeof Paragraph;