@base-ui-components/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.
54 lines (53 loc) • 1.36 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "Control", {
enumerable: true,
get: function () {
return _FieldControl.FieldControl;
}
});
Object.defineProperty(exports, "Description", {
enumerable: true,
get: function () {
return _FieldDescription.FieldDescription;
}
});
Object.defineProperty(exports, "Error", {
enumerable: true,
get: function () {
return _FieldError.FieldError;
}
});
Object.defineProperty(exports, "Item", {
enumerable: true,
get: function () {
return _FieldItem.FieldItem;
}
});
Object.defineProperty(exports, "Label", {
enumerable: true,
get: function () {
return _FieldLabel.FieldLabel;
}
});
Object.defineProperty(exports, "Root", {
enumerable: true,
get: function () {
return _FieldRoot.FieldRoot;
}
});
Object.defineProperty(exports, "Validity", {
enumerable: true,
get: function () {
return _FieldValidity.FieldValidity;
}
});
var _FieldRoot = require("./root/FieldRoot");
var _FieldLabel = require("./label/FieldLabel");
var _FieldError = require("./error/FieldError");
var _FieldDescription = require("./description/FieldDescription");
var _FieldControl = require("./control/FieldControl");
var _FieldValidity = require("./validity/FieldValidity");
var _FieldItem = require("./item/FieldItem");