• A hook which extracts a specific Yup configuration from the form configuration identified by the form id. Uses the internal useFormConfigurationStore hook for managing the form configuration state.

    Returns

    Mapped Yup configuration from the form configuration identified by the form id, or undefined if no matching form configuration is found.

    Type Parameters

    • T extends Record<string, any> = any

    Parameters

    • formId: string

      Registered form id for a specific form configuration.

    Returns default<T, AnyObject, TypeOfShape<T>, AssertsShape<T> | Extract<TypeOfShape<T>, null>>

Generated using TypeDoc