@ariakit/react
Version:
Toolkit for building accessible web apps with React
18 lines (11 loc) • 518 B
JavaScript
;Object.defineProperty(exports, "__esModule", {value: true});
var _V2KRYUNDcjs = require('./V2KRYUND.cjs');
// ../ariakit-react-components/dist/checkbox/checkbox-provider.js
var _jsxruntime = require('react/jsx-runtime');
function CheckboxProvider(props = {}) {
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _V2KRYUNDcjs.CheckboxContextProvider, {
value: _V2KRYUNDcjs.useCheckboxStore.call(void 0, props),
children: props.children
});
}
exports.CheckboxProvider = CheckboxProvider;