UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

13 lines (12 loc) 541 B
/// <reference types="react" /> import './style/index.js'; export * from './type'; export declare const Form: { ({ as, className, children, ...props }: import("./type").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;