UNPKG

informed

Version:

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

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