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.
15 lines
664 B
15 lines
664 B
import '../../utils/index.mjs';
|
|
import TooltipV2 from './src/tooltip2.mjs';
|
|
export { tooltipV2ArrowProps, tooltipV2ArrowSpecialProps } from './src/arrow.mjs';
|
|
export { tooltipV2ContentProps } from './src/content.mjs';
|
|
export { tooltipV2RootProps } from './src/root.mjs';
|
|
export { tooltipV2Props } from './src/tooltip.mjs';
|
|
export { tooltipV2TriggerProps } from './src/trigger.mjs';
|
|
export { TOOLTIP_V2_OPEN, tooltipV2ContentKey, tooltipV2RootKey } from './src/constants.mjs';
|
|
import { withInstall } from '../../utils/vue/install.mjs';
|
|
|
|
const ElTooltipV2 = withInstall(TooltipV2);
|
|
|
|
export { ElTooltipV2, ElTooltipV2 as default };
|
|
//# sourceMappingURL=index.mjs.map
|