UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

9 lines (8 loc) 422 B
/// <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;