UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

5 lines (4 loc) 226 B
import React from 'react'; import { TypographyProps } from './interface'; declare const TypographyComponent: React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<unknown>>; export default TypographyComponent;