UNPKG

@kform/react

Version:

React integration for KForm.

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