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) 174 B
/// <reference types="react" /> declare const UploadButton: ({ folderId, appId, consumerId, serviceId, jwt, onSuccess }: any) => JSX.Element; export default UploadButton;