UNPKG

@apideck/file-picker

Version:

A React file picker component that works with the Apideck [File Storage API](https://developers.apideck.com/apis/file-storage/reference).

4 lines (3 loc) 180 B
/// <reference types="react" /> declare const SaveFileForm: ({ file, folderId, appId, consumerId, serviceId, jwt, onSuccess }: any) => JSX.Element; export default SaveFileForm;