chore: migrate nextui to heroui (#141)
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
export type ToastProps = {
|
||||
children?: React.ReactNode;
|
||||
};
|
||||
|
||||
export type ToastMessages = {
|
||||
needSignedIn: string;
|
||||
sessionExpired: string;
|
||||
};
|
||||
|
||||
export type ToastContextType = {
|
||||
showToast: (text: string, mode: 'error' | 'dark') => void;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user