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