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
581 B
13 lines
581 B
2 months ago
|
import '../../utils/index.mjs';
|
||
|
import Tooltip from './src/tooltip2.mjs';
|
||
|
export { tooltipEmits, useTooltipModelToggle, useTooltipModelToggleEmits, useTooltipModelToggleProps, useTooltipProps } from './src/tooltip.mjs';
|
||
|
export { useTooltipTriggerProps } from './src/trigger.mjs';
|
||
|
export { useTooltipContentProps } from './src/content.mjs';
|
||
|
export { TOOLTIP_INJECTION_KEY } from './src/constants.mjs';
|
||
|
import { withInstall } from '../../utils/vue/install.mjs';
|
||
|
|
||
|
const ElTooltip = withInstall(Tooltip);
|
||
|
|
||
|
export { ElTooltip, ElTooltip as default };
|
||
|
//# sourceMappingURL=index.mjs.map
|