UNPKG

react-use-wizard

Version:

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

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