UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

12 lines (11 loc) 320 B
import * as React from 'react'; export interface TypographyProps { id?: string; prefixCls?: string; className?: string; style?: React.CSSProperties; children?: React.ReactNode; ['aria-label']?: string; } declare const ExportTypography: React.FC<TypographyProps>; export default ExportTypography;