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

10 lines (9 loc) 307 B
/// <reference types="react" /> declare type ImageFileHandleProps = { fileHandleId: string; tableEntityConcreteType: string | undefined; rowId: string | undefined; tableId: string | undefined; }; export declare const ImageFileHandle: (props: ImageFileHandleProps) => JSX.Element; export {};