UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

8 lines (7 loc) 280 B
import React from 'react'; import { TextProps } from './type'; declare const Text: { ({ as, className, color, size, content, children, ...props }: TextProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>; displayName: string; }; export default Text;