ihealth-kit-registration/src/components/Typography/index.ts
2023-04-30 23:07:43 +08:00

11 lines
212 B
TypeScript

import { Typography } from 'antd'
const { Title } = Typography
export * from './Paragraph'
export * from './ButtonText'
export * from './TinyText'
export * from './Text'
export * from './Link'
export { Title }