9 lines
228 B
JavaScript
9 lines
228 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
|
|
||
|
|
const scrollbarContextKey = Symbol("scrollbarContextKey");
|
||
|
|
|
||
|
|
exports.scrollbarContextKey = scrollbarContextKey;
|
||
|
|
//# sourceMappingURL=constants.js.map
|