chore: add shims-uni.d.ts

This commit is contained in:
qiang 2023-08-25 15:55:41 +08:00
parent 5e256fd2aa
commit 05adea718f

8
shims-uni.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
import 'vue'
declare module "@vue/runtime-core" {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentCustomOptions extends Hooks {
}
}