tooltip-v2.mjs 253 B

123456
  1. const tooltipV2RootKey = Symbol("tooltipV2");
  2. const tooltipV2ContentKey = Symbol("tooltipV2Content");
  3. const TOOLTIP_V2_OPEN = "tooltip_v2.open";
  4. export { TOOLTIP_V2_OPEN, tooltipV2ContentKey, tooltipV2RootKey };
  5. //# sourceMappingURL=tooltip-v2.mjs.map