@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) • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.NO_ACTIVE_VALUE = exports.INITIAL_LAST_HIGHLIGHT = void 0;
const NO_ACTIVE_VALUE = exports.NO_ACTIVE_VALUE = Symbol('none');
const INITIAL_LAST_HIGHLIGHT = exports.INITIAL_LAST_HIGHLIGHT = {
value: NO_ACTIVE_VALUE,
index: -1
};