mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-01-14 10:55:59 +08:00
Merge branch 'main' into example
This commit is contained in:
8
src/typings/global.d.ts
vendored
8
src/typings/global.d.ts
vendored
@@ -14,14 +14,6 @@ declare global {
|
||||
$notification?: import('naive-ui').NotificationProviderInst;
|
||||
}
|
||||
|
||||
interface ViewTransition {
|
||||
ready: Promise<void>;
|
||||
}
|
||||
|
||||
export interface Document {
|
||||
startViewTransition?: (callback: () => Promise<void> | void) => ViewTransition;
|
||||
}
|
||||
|
||||
/** Build time of the project */
|
||||
export const BUILD_TIME: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user