@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.
14 lines (13 loc) • 589 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PopoverPopupDataAttributes = void 0;
let PopoverPopupDataAttributes = exports.PopoverPopupDataAttributes = /*#__PURE__*/function (PopoverPopupDataAttributes) {
PopoverPopupDataAttributes["open"] = "data-open";
PopoverPopupDataAttributes["closed"] = "data-closed";
PopoverPopupDataAttributes["startingStyle"] = "data-starting-style";
PopoverPopupDataAttributes["endingStyle"] = "data-ending-style";
PopoverPopupDataAttributes["side"] = "data-side";
return PopoverPopupDataAttributes;
}({});