@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.
14 lines (13 loc) • 439 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SeparatorDataAttributes = void 0;
let SeparatorDataAttributes = exports.SeparatorDataAttributes = /*#__PURE__*/function (SeparatorDataAttributes) {
/**
* Indicates the orientation of the separator.
* @type {'horizontal' | 'vertical'}
*/
SeparatorDataAttributes["orientation"] = "data-orientation";
return SeparatorDataAttributes;
}({});