@carbon/ibm-products
Version:
Carbon for IBM Products
23 lines (22 loc) • 617 B
TypeScript
export function APIKeyDownloader({ apiKey, body, fileName, fileType, linkText, downloadLinkLabel, }: {
apiKey: any;
body: any;
fileName: any;
fileType: any;
linkText: any;
downloadLinkLabel: any;
}): React.JSX.Element;
export namespace APIKeyDownloader {
export { componentName as displayName };
export namespace propTypes {
let apiKey: any;
let body: any;
let downloadLinkLabel: any;
let fileName: any;
let fileType: any;
let linkText: any;
}
}
import React from 'react';
declare const componentName: "APIKeyDownloader";
export {};