UNPKG

@ucloud-fe/react-components

Version:
10 lines (9 loc) 296 B
/// <reference types="react" /> import Button from './Button'; declare const ExportLink: ((props: { href?: string | undefined; target?: string | undefined; } & import("react").HTMLAttributes<HTMLAnchorElement>) => JSX.Element) & { Button: typeof Button; }; export default ExportLink;