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