UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

12 lines (10 loc) 308 B
/// <reference types="react" /> export declare function Form({ disabled, onSubmit, loading, resources, renderInputs, button: Button, autoComplete }: { disabled: any; onSubmit: any; loading: any; resources: any; renderInputs: any; button: any; autoComplete: any; }): JSX.Element;