UNPKG

informed

Version:

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

9 lines (6 loc) 207 B
import { useFieldState } from './useFieldState.js'; /* ----------------------- useScope ----------------------- */ function useSubState(sub) { return useFieldState(sub, false); } export { useSubState };