zhangwencui
2026-05-06 66a61e5084be68c8f7aa72f28607ef7d1664fb06
src/shime-uni.d.ts
对比新文件
@@ -0,0 +1,6 @@
export {}
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}