chatup-pro / src /typings /global.d.ts
dvc890's picture
[feat]add project files
41af422
raw
history blame contribute delete
247 Bytes
interface Window {
$loadingBar?: import('naive-ui').LoadingBarProviderInst;
$dialog?: import('naive-ui').DialogProviderInst;
$message?: import('naive-ui').MessageProviderInst;
$notification?: import('naive-ui').NotificationProviderInst;
}