@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) • 398 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "FormContext", {
enumerable: true,
get: function () {
return _FormContext.FormContext;
}
});
Object.defineProperty(exports, "useFormContext", {
enumerable: true,
get: function () {
return _FormContext.useFormContext;
}
});
var _FormContext = require("./FormContext");