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