1b4e7c11feb4dd1e478ca0f371d6e8b3d6b0bd9355b340bde4fb3d7eee18fb1b94ff67fb2c2000f12799ae2e6948a80785633e31ee8fccb2c4db95345bb98f 252 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=constants.mjs.map