mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 09:41:17 +00:00
6 lines
229 B
TypeScript
6 lines
229 B
TypeScript
import Transfer from './src/transfer.vue';
|
|
import type { SFCWithInstall } from 'element-plus/es/utils';
|
|
export declare const ElTransfer: SFCWithInstall<typeof Transfer>;
|
|
export default ElTransfer;
|
|
export * from './src/transfer';
|