init
This commit is contained in:
15
uniapp/typings/env.d.ts
vendored
Normal file
15
uniapp/typings/env.d.ts
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
declare module '*.vue' {
|
||||
import { DefineComponent } from 'vue'
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
|
||||
const component: DefineComponent<{}, {}, any>
|
||||
export default component
|
||||
}
|
||||
|
||||
declare interface Window {
|
||||
signLink: string
|
||||
}
|
||||
|
||||
declare module 'uview-plus'
|
||||
declare module 'weixin-js-sdk'
|
Reference in New Issue
Block a user