chore: redeclare typings

This commit is contained in:
草鞋没号
2021-06-23 10:58:52 +08:00
parent c082cb08e6
commit 0f390defd5
6 changed files with 36 additions and 20 deletions

View File

@@ -1,5 +0,0 @@
declare module '*.vue' {
import { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}

View File

@@ -1,11 +0,0 @@
// declare const React: string
declare module '*.json'
declare module '*.png'
declare module '*.jpg'
interface Window {
/** 关闭预加载动画 */
ClosePreloadLoading: () => void
}