Blame view

.pnpm-store/v11/projects/0e47ef389c0c12bdfaeb86af6e6a20bb/src/shime-uni.d.ts 139 Bytes
383e20a3   杨鑫   拉取
1
2
3
4
5
6
  export {}
  
  declare module "vue" {
    type Hooks = App.AppInstance & Page.PageInstance;
    interface ComponentCustomOptions extends Hooks {}
  }