replay / src /typings /global.d.ts
Mohammed Foud
all
1377abf
raw
history blame contribute delete
277 Bytes
interface Window {
$loadingBar?: import('naive-ui').LoadingBarProviderInst;
$dialog?: import('naive-ui').DialogProviderInst;
$message?: import('naive-ui').MessageProviderInst;
$notification?: import('naive-ui').NotificationProviderInst;
}
declare module 'vue-speech';