@ariakit/react
Version:
Toolkit for building accessible web apps with React
20 lines (12 loc) • 551 B
JavaScript
;Object.defineProperty(exports, "__esModule", {value: true});
var _KJ5H7OHHcjs = require('./KJ5H7OHH.cjs');
var _ITEGEFBHcjs = require('./ITEGEFBH.cjs');
// ../ariakit-react-components/dist/dialog/dialog-provider.js
var _jsxruntime = require('react/jsx-runtime');
function DialogProvider(props = {}) {
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _ITEGEFBHcjs.DialogContextProvider, {
value: _KJ5H7OHHcjs.useDialogStore.call(void 0, props),
children: props.children
});
}
exports.DialogProvider = DialogProvider;