code refactor

This commit is contained in:
MaysWind
2025-01-11 02:50:51 +08:00
parent 5649bb243d
commit 61f26e060e
2 changed files with 3 additions and 10 deletions
-8
View File
@@ -21,11 +21,3 @@ interface Window {
interface Navigator {
browserLanguage?: string;
}
declare module "framework7/components/notification" {
export namespace Notification {
export interface Notification {
destroy(): void;
}
}
}