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.

6 lines (5 loc) 143 B
export { goToStep }; declare const goToStep: (args: { setHistory: Function; setPoppedHistory: Function; }) => (step: unknown) => void;