Preparing search index...

    Interface RecipeFormContextType

    Context value type for recipe form

    interface RecipeFormContextType {
        state: RecipeFormState;
        setters: RecipeFormSetters;
        actions: RecipeFormActions;
        initStateFromProp: boolean;
    }
    Index

    Properties

    initStateFromProp: boolean