| 1 | interface 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 | |
| 9 | declare module '*.vue' { |
| 10 | import {App, defineComponent} from 'vue' |
nothing calls this directly
no outgoing calls
no test coverage detected