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

13 lines 553 B
import { EntityUploadHandle, EntityUploadProps } from './EntityUpload'; export type EntityUploadModalProps = { entityId: string; open: boolean; onClose: () => void; } & Pick<EntityUploadProps, 'onUploadReady'>; export declare const EntityUploadModal: import("react").ForwardRefExoticComponent<{ entityId: string; open: boolean; onClose: () => void; } & Pick<EntityUploadProps, "onUploadReady"> & import("react").RefAttributes<EntityUploadHandle>>; export default EntityUploadModal; //# sourceMappingURL=EntityUploadModal.d.ts.map