UNPKG

smartstepper

Version:

smart-stepper is a powerful React component that simplifies the creation of multi-step forms with state management, validation, and a flexible UI approach. It utilizes a state machine concept to manage step transitions, ensuring a smooth and controlled us

6 lines (5 loc) 275 B
/// <reference types="react" /> import { FieldValues } from 'react-hook-form'; import { ISmartStepperContextValue } from '../type'; export declare const SmartStepperContext: import("react").Context<ISmartStepperContextValue<FieldValues>>; export default SmartStepperContext;