export TypographyProps

close #15190
pull/16835/head
afc163 6 years ago
parent 7460088e9b
commit 5a7434c5d6
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

@ -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;

Loading…
Cancel
Save