ChatGLM / views /src /typings /global.d.ts
y001j's picture
Upload 305 files
af9251e
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;
}