UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

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;