UNPKG

ygd

Version:

An enterprise-class UI design language and React-based implementation

12 lines (11 loc) 351 B
import OriginTypography from './Typography'; import Text from './Text'; import Title from './Title'; import Paragraph from './Paragraph'; declare type TypographyProps = typeof OriginTypography & { Text: typeof Text; Title: typeof Title; Paragraph: typeof Paragraph; }; declare const Typography: TypographyProps; export default Typography;