constants.js 291 B

1234567
  1. Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
  2. //#region ../../packages/components/tooltip/src/constants.ts
  3. const TOOLTIP_INJECTION_KEY = Symbol("elTooltip");
  4. //#endregion
  5. exports.TOOLTIP_INJECTION_KEY = TOOLTIP_INJECTION_KEY;
  6. //# sourceMappingURL=constants.js.map