@render-props/choices
Version:
A state container which provides an interface for making selections from a group of choices. The `Choices` component itself is a context provider which can be used with the `Choice` and `ChoicesConsumer` components for deep-tree selections. It does not ha
14 lines (7 loc) • 376 B
JavaScript
var _interopRequireDefault = require('@babel/runtime/helpers/interopRequireDefault')
exports.__esModule = true
var _boundChoices2 = _interopRequireDefault(require('./boundChoices'))
exports.boundChoices = _boundChoices2.default
var _boundSelections2 = _interopRequireDefault(require('./boundSelections'))
exports.boundSelections = _boundSelections2.default