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.

4 lines (3 loc) 150 B
import { TWizardOptions } from "../TWizardOptions"; export { isTypeWizard }; declare const isTypeWizard: (input: unknown) => input is TWizardOptions;