UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

5 lines 294 B
export declare class FileHelper { static postPresignedFile: (presigned: any, uploadedFile: File, progressCallback: (percent: number) => void) => Promise<import("axios").AxiosResponse<any, any, {}>>; static dataURLtoBlob(dataurl: string): Blob; } //# sourceMappingURL=FileHelper.d.ts.map