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