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