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