mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 21:42:33 +00:00
6 lines
211 B
TypeScript
6 lines
211 B
TypeScript
import Affix from './src/affix.vue';
|
|
import type { SFCWithInstall } from 'element-plus/es/utils';
|
|
export declare const ElAffix: SFCWithInstall<typeof Affix>;
|
|
export default ElAffix;
|
|
export * from './src/affix';
|