You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
632 B

1 month ago
  1. import TooltipV2 from './src/tooltip.mjs';
  2. export { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './src/arrow.mjs';
  3. export { tooltipV2ContentProps } from './src/content.mjs';
  4. export { tooltipV2RootProps } from './src/root.mjs';
  5. export { tooltipV2Props } from './src/tooltip2.mjs';
  6. export { tooltipV2TriggerProps } from './src/trigger.mjs';
  7. export { TOOLTIP_V2_OPEN, tooltipV2ContentKey, tooltipV2RootKey } from './src/constants.mjs';
  8. import { withInstall } from '../../utils/vue/install.mjs';
  9. const ElTooltipV2 = withInstall(TooltipV2);
  10. export { ElTooltipV2, ElTooltipV2 as default };
  11. //# sourceMappingURL=index.mjs.map