UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

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