Files
dsProject/dsBase/WebRoot/html/cdn/lib/components/tooltip/src/tokens.js
2025-08-14 15:45:08 +08:00

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