UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

10 lines (9 loc) 412 B
import React from 'react'; import { ButtonProps } from './type'; declare const Button: React.FunctionComponent<ButtonProps & React.RefAttributes<any>> & { Content: { ({ as, className, hidden, visible, content, children, ...props }: import("./type").ButtonContentProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>; displayName: string; }; }; export default Button;