diff --git a/components/typography/index.tsx b/components/typography/index.tsx index 73bbd766d2..e490b21fd5 100644 --- a/components/typography/index.tsx +++ b/components/typography/index.tsx @@ -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;