UNPKG

smartstepper

Version:

SmartStepper is a modern, customizable React stepper component for building multi-step forms, wizards, and onboarding flows. Integrates with react-hook-form, supports Yup/Zod validation, and offers a flexible, config-driven API for dynamic forms.

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