UNPKG

use-wizard

Version:

A dead-easy-to-use light-weight react hook to handle multi-paths wizards (and simple wizards too) and navigate into them.

7 lines (6 loc) 166 B
import { TStep } from "../types/TStep"; export { initialize }; declare const initialize: (args: { setHistory: Function; initialStep: TStep; }) => () => void;