UNPKG

formik-wizard-simple

Version:
4 lines (3 loc) 162 B
/// <reference types="react" /> import { WizardContextProps } from "./types"; export declare const WizardContext: import("react").Context<WizardContextProps>;