UNPKG

react-use-wizard

Version:

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

5 lines (4 loc) 171 B
import * as React from 'react'; import { WizardValues } from './types'; declare const WizardContext: React.Context<WizardValues | null>; export default WizardContext;