tooltip-v2.js 403 B

123456789101112
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. const tooltipV2RootKey = Symbol("tooltipV2");
  4. const tooltipV2ContentKey = Symbol("tooltipV2Content");
  5. const TOOLTIP_V2_OPEN = "tooltip_v2.open";
  6. exports.TOOLTIP_V2_OPEN = TOOLTIP_V2_OPEN;
  7. exports.tooltipV2ContentKey = tooltipV2ContentKey;
  8. exports.tooltipV2RootKey = tooltipV2RootKey;
  9. //# sourceMappingURL=tooltip-v2.js.map