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