@atlaskit/side-navigation
Version:
A highly composable side navigation component that supports nested views.
8 lines (7 loc) • 345 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VAR_SEPARATOR_COLOR = exports.VAR_SCROLL_INDICATOR_COLOR = void 0;
var VAR_SEPARATOR_COLOR = exports.VAR_SEPARATOR_COLOR = '--ds-menu-seperator-color';
var VAR_SCROLL_INDICATOR_COLOR = exports.VAR_SCROLL_INDICATOR_COLOR = '--ds-menu-scroll-indicator-color';