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