GasWell-front/node_modules/element-plus/lib/components/popover/index.d.ts

10 lines
401 B
TypeScript
Raw Normal View History

import Popover from './src/popover.vue';
import PopoverDirective from './src/directive';
import type { SFCWithInstall } from 'element-plus/es/utils';
export declare const ElPopoverDirective: SFCWithInstall<typeof PopoverDirective>;
export declare const ElPopover: SFCWithInstall<typeof Popover> & {
directive: typeof ElPopoverDirective;
};
export default ElPopover;
export * from './src/popover';