synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
9 lines (8 loc) • 422 B
TypeScript
/// <reference types="react" />
export declare type CreatePackageProps = {
children?: JSX.Element;
updateDownloadList: Function;
};
export declare const TEMPLATE_DOWNLOAD_MESSAGE = "files were downloaded and removed from the list.";
export declare const TEMPLATE_ERROR_FILE_NAME = "Please provide a package file name and try again.";
export declare const CreatePackage: (props: CreatePackageProps) => JSX.Element;