UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

12 lines (11 loc) 502 B
/// <reference types="react" /> import { FormProps } from './type'; declare const Form: { ({ as, className, children, ...props }: FormProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; Field: { ({ as, className, children, ...props }: import("./type").FormFieldProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; }; export default Form;