Hex Core JS
    Preparing search index...

    Type Alias UseFormSubFormStatesStateArgs<FV>

    type UseFormSubFormStatesStateArgs<FV extends FormValues> = {
        initialFormValues: FV;
    }

    Type Parameters

    Index

    Properties

    initialFormValues: FV

    The initial values of the form.