GasWell-front/node_modules/element-plus/lib/components/link/index.d.ts

6 lines
205 B
TypeScript
Raw Normal View History

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';