MCPcopy
hub / github.com/putyy/res-downloader / Window

Interface Window

frontend/src/types/global.d.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface Window {
2 $loadingBar?: import('naive-ui').LoadingBarProviderInst
3 $dialog?: import('naive-ui').DialogProviderInst
4 $message?: import('naive-ui').MessageProviderInst
5 $notification?: import('naive-ui').NotificationProviderInst
6 $baseUrl?: string
7}
8
9declare module '*.vue' {
10 import {App, defineComponent} from 'vue'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected