feat: filling deals from excel file
This commit is contained in:
8
src/types/UseExcelDropzone.tsx
Normal file
8
src/types/UseExcelDropzone.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Dispatch, SetStateAction } from "react";
|
||||
|
||||
type UseExcelDropzone = {
|
||||
isLoading: boolean;
|
||||
setIsLoading: Dispatch<SetStateAction<boolean>>;
|
||||
}
|
||||
|
||||
export default UseExcelDropzone;
|
||||
Reference in New Issue
Block a user