mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 09:41:17 +00:00
10 lines
401 B
TypeScript
10 lines
401 B
TypeScript
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';
|