UNPKG

element-pro-components

Version:

a component library for Vue 3 base on element-plus

7 lines (6 loc) 283 B
import Link from './Link'; import { linkProps } from './props'; import type { IDefinePlugin, IDefineProps } from '../types/index'; export { linkProps } from './props'; export declare const ProLink: IDefinePlugin<typeof Link>; export type ILinkProps = IDefineProps<typeof linkProps>;