feat: responsive header, search boxes (#10)

This commit is contained in:
UUBulb
2024-11-22 07:41:47 +08:00
committed by GitHub
parent 8248d6c910
commit b1b8b91fb5
28 changed files with 672 additions and 168 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { ModelNotification, ModelNotificationGroupResponseItem } from "@/types";
import { NotificationIdentifierType, ModelNotificationGroupResponseItem } from "@/types";
export interface NotificationContextProps {
notifiers?: ModelNotification[];
notifiers?: NotificationIdentifierType[];
notifierGroup?: ModelNotificationGroupResponseItem[];
}