mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 21:18:01 +08:00
Merge pull request #16835 from ant-design/export-TypographyProps
chore: export TypographyProps
This commit is contained in:
commit
d39daf9750
@ -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…
Reference in New Issue
Block a user