UNPKG

@element-plus/nightly

Version:

A Component Library for Vue 3

10 lines (9 loc) 410 B
import Popover from './src/popover.vue'; import PopoverDirective from './src/directive'; import type { SFCWithInstall } from '@element-plus/nightly/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';