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

8 lines (7 loc) 257 B
import React from 'react'; export declare type AddToDownloadListV2Props = { entityId: string; entityVersionNumber?: number; }; declare const AddToDownloadListV2: React.FunctionComponent<AddToDownloadListV2Props>; export default AddToDownloadListV2;