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

13 lines (12 loc) 397 B
/// <reference types="react" /> declare type FileHandleLinkProps = { fileHandleId: string; redirect?: boolean; showDownloadIcon: boolean; tableEntityConcreteType: string | undefined; rowId: string | undefined; tableId: string | undefined; displayValue: string | undefined; }; export declare const FileHandleLink: (props: FileHandleLinkProps) => JSX.Element; export {};