UNPKG

informed

Version:

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

10 lines (7 loc) 242 B
import { useContext } from 'react'; import { InformedContext } from '../Context.js'; /* ----------------------- useInformed ----------------------- */ function useInformed() { return useContext(InformedContext); } export { useInformed };