UNPKG

react-use-wizard

Version:

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

5 lines (4 loc) 168 B
import * as React from 'react'; import { WizardProps } from './types'; declare const Wizard: React.FC<React.PropsWithChildren<WizardProps>>; export default Wizard;