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