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.

8 lines (7 loc) 204 B
import { TStep } from "../types/TStep"; export { forwardStep }; declare const forwardStep: (args: { poppedHistory: TStep[]; setHistory: Function; setPoppedHistory: Function; }) => () => void;