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