index.d.ts 205 B

12345
  1. import Link from './src/link.vue';
  2. import type { SFCWithInstall } from 'element-plus/es/utils';
  3. export declare const ElLink: SFCWithInstall<typeof Link>;
  4. export default ElLink;
  5. export * from './src/link';