Browse Source

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

chore: export TypographyProps
pull/16844/head
偏右 6 years ago
committed by GitHub
parent
commit
d39daf9750
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/typography/index.tsx

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

Loading…
Cancel
Save