chore: add shims-uni.d.ts

This commit is contained in:
qiang
2023-08-25 15:55:41 +08:00
parent b57f6b30a1
commit aa528fb427
+8
View File
@@ -0,0 +1,8 @@
import 'vue'
declare module "@vue/runtime-core" {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentCustomOptions extends Hooks {
}
}