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