UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

7 lines (6 loc) 360 B
import React from 'react'; import { TypographyParagraphProps, TypographyTitleProps } from './interface'; declare const _default: React.ForwardRefExoticComponent<TypographyParagraphProps & TypographyTitleProps & import("./interface").CommonProps & { componentType: "Text" | "Title" | "Paragraph"; } & React.RefAttributes<unknown>>; export default _default;