mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
style(projects): format code
This commit is contained in:
24
src/typings/global.d.ts
vendored
24
src/typings/global.d.ts
vendored
@ -1,23 +1,13 @@
|
||||
interface Window {
|
||||
/**
|
||||
* NProgress instance
|
||||
*/
|
||||
/** NProgress instance */
|
||||
NProgress?: import('nprogress').NProgress;
|
||||
/**
|
||||
* loading bar instance
|
||||
*/
|
||||
/** Loading bar instance */
|
||||
$loadingBar?: import('naive-ui').LoadingBarProviderInst;
|
||||
/**
|
||||
* dialog instance
|
||||
*/
|
||||
/** Dialog instance */
|
||||
$dialog?: import('naive-ui').DialogProviderInst;
|
||||
/**
|
||||
* message instance
|
||||
*/
|
||||
/** Message instance */
|
||||
$message?: import('naive-ui').MessageProviderInst;
|
||||
/**
|
||||
* notification instance
|
||||
*/
|
||||
/** Notification instance */
|
||||
$notification?: import('naive-ui').NotificationProviderInst;
|
||||
}
|
||||
|
||||
@ -33,7 +23,5 @@ interface ImportMeta {
|
||||
readonly env: Env.ImportMeta;
|
||||
}
|
||||
|
||||
/**
|
||||
* build time of the project
|
||||
*/
|
||||
/** Build time of the project */
|
||||
declare const BUILD_TIME: string;
|
||||
|
Reference in New Issue
Block a user