stdproject/frontend/node_modules/element-plus/lib/components/link/index.d.ts

6 lines
205 B
TypeScript
Raw Normal View History

2025-05-30 13:43:31 +08:00
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';