moss / src /typings /global.d.ts
xianqiu's picture
change the port
61ede3b
raw
history blame
No virus
247 Bytes
interface Window {
$loadingBar?: import('naive-ui').LoadingBarProviderInst;
$dialog?: import('naive-ui').DialogProviderInst;
$message?: import('naive-ui').MessageProviderInst;
$notification?: import('naive-ui').NotificationProviderInst;
}