UNPKG

informed

Version:

A lightweight framework and utility for building powerful forms in React applications

13 lines (8 loc) 289 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var React = require('react'); var Context = require('../Context.js'); function useMultistepState() { return React.useContext(Context.MultistepStateContext); } exports.useMultistepState = useMultistepState;