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