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