UNPKG

@alifd/next

Version:

A configurable component library for web built on React.

6 lines (4 loc) 200 B
import { Typography as MeetTypography } from '@alifd/meet-react'; import NextTypography from '../index'; var Typography = MeetTypography ? MeetTypography : NextTypography; export default Typography;