diff --git a/src/typings/global.d.ts b/src/typings/global.d.ts index d53c4871..081c8bde 100644 --- a/src/typings/global.d.ts +++ b/src/typings/global.d.ts @@ -14,14 +14,6 @@ declare global { $notification?: import('naive-ui').NotificationProviderInst; } - interface ViewTransition { - ready: Promise; - } - - export interface Document { - startViewTransition?: (callback: () => Promise | void) => ViewTransition; - } - /** Build time of the project */ export const BUILD_TIME: string; }