Hex Core JS
    Preparing search index...

    Type Alias UseFormFormatStateArgs<FV>

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

    Type Parameters

    Index

    Properties

    initialFormValues: FV