Spaces:
Sleeping
Sleeping
| export {} | |
| declare module "vue" { | |
| type Hooks = App.AppInstance & Page.PageInstance; | |
| interface ComponentCustomOptions extends Hooks {} | |
| } |
| export {} | |
| declare module "vue" { | |
| type Hooks = App.AppInstance & Page.PageInstance; | |
| interface ComponentCustomOptions extends Hooks {} | |
| } |