fieldnotesai
Preparing search index...
src/hooks/useFormTemplates
useFormTemplates
Function useFormTemplates
useFormTemplates
()
:
{
isLoading
:
boolean
;
refresh
:
()
=>
Promise
<
void
>
;
templates
:
FormTemplate
[]
;
}
Custom React Hook for managing the form templates state and logic.
Returns
{
isLoading
:
boolean
;
refresh
:
()
=>
Promise
<
void
>
;
templates
:
FormTemplate
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
fieldnotesai
Loading...
Custom React Hook for managing the form templates state and logic.