fix: Typescript check (#21)
* fix: typescript check error * fix: typescript check error * fix: typescript check error * fix: typescript check error * fix: typescript check error
This commit is contained in:
@@ -8,5 +8,5 @@ export type ToastMessages = {
|
||||
};
|
||||
|
||||
export type ToastContextType = {
|
||||
showToast: (text: string, mode: string) => {};
|
||||
showToast: (text: string, mode: string) => void;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user