UNPKG

kylin-ui-component

Version:

A React UI library for some developers to develop quickly

5 lines (4 loc) 151 B
/// <reference types="react" /> import { TypographyType } from './type/BaseTypography'; declare const Text: React.FC<TypographyType>; export { Text };