UNPKG

react-use-wizard

Version:

React wizard (stepper) builder without the hassle, powered by hooks.

4 lines (3 loc) 114 B
import { WizardValues } from './types'; declare const useWizard: () => WizardValues; export default useWizard;