mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 08:34:47 +00:00
6 lines
241 B
TypeScript
6 lines
241 B
TypeScript
import Popconfirm from './src/popconfirm.vue';
|
|
import type { SFCWithInstall } from 'element-plus/es/utils';
|
|
export declare const ElPopconfirm: SFCWithInstall<typeof Popconfirm>;
|
|
export default ElPopconfirm;
|
|
export * from './src/popconfirm';
|