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