informed
Version:
A lightweight framework and utility for building powerful forms in React applications
14 lines (9 loc) • 331 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var React = require('react');
var Context = require('../Context.js');
/* ----------------------- useInformed ----------------------- */
function useInformed() {
return React.useContext(Context.InformedContext);
}
exports.useInformed = useInformed;