@base-ui/react
Version:
Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.
18 lines (17 loc) • 390 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "CSPContext", {
enumerable: true,
get: function () {
return _CSPContext.CSPContext;
}
});
Object.defineProperty(exports, "useCSPContext", {
enumerable: true,
get: function () {
return _CSPContext.useCSPContext;
}
});
var _CSPContext = require("./CSPContext");