UNPKG

choerodon-ui

Version:

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

8 lines (7 loc) 415 B
import { TypographyProps } from '.'; import { BaseType, CopyConfig, EllipsisConfig, BlockProps, BaseBlockProps } from './Base'; import { LinkProps } from './Link'; import { ParagraphProps } from './Paragraph'; import { TextProps } from './Text'; import Title from './Title'; export { BaseType, CopyConfig, EllipsisConfig, BlockProps, BaseBlockProps, LinkProps, ParagraphProps, TextProps, Title, TypographyProps, };