UNPKG

sirv-uploader-lib

Version:

Reusable React component to upload files to Sirv.com

11 lines (8 loc) 309 B
import * as react_jsx_runtime from 'react/jsx-runtime'; interface SirvUploaderProps { uploadPath: string; clientId: string; clientSecret: string; } declare function SirvUploader({ uploadPath, clientId, clientSecret, }: SirvUploaderProps): react_jsx_runtime.JSX.Element; export { SirvUploader };