chatgpt-web / src /typings /global.d.ts
imseldrith's picture
Upload with huggingface_hub (#1)
3d83f0d
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;
}