UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 277 B
import _Link from './link'; import { WithInstallType } from '../shared'; import './style'; import { TdLinkProps } from './type'; export * from './type'; export declare type LinkProps = TdLinkProps; export declare const Link: WithInstallType<typeof _Link>; export default Link;