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

7 lines 453 B
import { DirectFileDownloadProps } from './DirectDownload'; export type FileEntityDirectDownloadProps = Omit<DirectFileDownloadProps, 'associatedObjectId' | 'associatedObjectType' | 'fileHandleId'> & { entityId: string; entityVersionNumber?: string | number; }; export default function FileEntityDirectDownload(props: FileEntityDirectDownloadProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FileEntityDirectDownload.d.ts.map