UNPKG

307 BTypeScriptView Raw
1import React from "react";
2export declare const FilesContext: React.Context<{
3 file: any;
4 handleUpload: any;
5 handleRemove: any;
6 handleSign: any;
7 handleFakeRemove: any;
8 userId: any;
9}>;
10declare const FilesProvider: (props: any) => JSX.Element;
11export default FilesProvider;