UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 269 B
import type { SFCWithInstall } from '../_util/interface'; import Link from './link'; export { linkProps } from './props'; export type { LinkProps } from './props'; type LinkType = SFCWithInstall<typeof Link>; export declare const FLink: LinkType; export default FLink;