UNPKG

@kform/react

Version:

React integration for KForm.

8 lines (7 loc) 255 B
/** * Hook providing access to the "submitting" status of a form in context. * * @returns Whether the form in context is being submitted. * @throws {NoFormContextError} When no form is in context. */ export declare function useSubmitting(): boolean;