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