@styleless-ui/react
Version:
Completely unstyled, headless and accessible React UI components.
1 lines • 735 B
JavaScript
;var __assign=this&&this.__assign||function(){return __assign=Object.assign||function(t){for(var r,e=1,i=arguments.length;e<i;e++)for(var n in r=arguments[e])Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n]);return t},__assign.apply(this,arguments)},__importDefault=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(exports,"__esModule",{value:!0});var jsx_runtime_1=require("react/jsx-runtime"),PortalConfigContext_1=__importDefault(require("./PortalConfigContext")),PortalConfigProvider=function(t){var r=t.config,e=t.children;return(0,jsx_runtime_1.jsx)(PortalConfigContext_1.default.Provider,__assign({value:r},{children:e}))};exports.default=PortalConfigProvider;