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.
11 lines
383 B
11 lines
383 B
import TooltipV2 from './src/tooltip.vue';
|
|
import type { SFCWithInstall } from 'element-plus/es/utils';
|
|
export declare const ElTooltipV2: SFCWithInstall<typeof TooltipV2>;
|
|
export * from './src/arrow';
|
|
export * from './src/content';
|
|
export * from './src/root';
|
|
export * from './src/tooltip';
|
|
export * from './src/trigger';
|
|
export * from './src/constants';
|
|
export default ElTooltipV2;
|