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