UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

9 lines 596 B
type DirectProgrammaticDownloadProps = { entityId: string; version?: number; }; export declare const PYTHON_CLIENT_IMPORT_AND_LOGIN = "import synapseclient\nsyn = synapseclient.Synapse()\nsyn.login(authToken=\"YOUR_TOKEN_HERE\")\n"; export declare const R_CLIENT_IMPORT_AND_LOGIN = "library(synapser)\nsynLogin(authToken=\"YOUR_TOKEN_HERE\")\n"; declare function DirectProgrammaticDownload({ entityId, version, }: DirectProgrammaticDownloadProps): import("react/jsx-runtime").JSX.Element; export default DirectProgrammaticDownload; //# sourceMappingURL=DirectProgrammaticDownload.d.ts.map