@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.
11 lines (10 loc) • 426 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PopoverTriggerDataAttributes = void 0;
let PopoverTriggerDataAttributes = exports.PopoverTriggerDataAttributes = /*#__PURE__*/function (PopoverTriggerDataAttributes) {
PopoverTriggerDataAttributes["popupOpen"] = "data-popup-open";
PopoverTriggerDataAttributes["pressed"] = "data-pressed";
return PopoverTriggerDataAttributes;
}({});