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