Hex Core JS
    Preparing search index...

    Type Alias UseFieldSubFormStatesStateArgs<FV, SFV>

    type UseFieldSubFormStatesStateArgs<
        FV extends FormValues,
        SFV extends FormValues,
    > = {
        blankItem: TypeOrFunction<SFV>;
        formState: UseFieldSubFormStatesStatePartialFormState<FV> & FormState<FV>;
        name: KeyWithValueType<FV, SFV[]>;
    }

    Type Parameters

    Index

    Properties

    blankItem: TypeOrFunction<SFV>