Files

7 lines
139 B
TypeScript
Raw Permalink Normal View History

2026-07-30 16:04:34 +08:00
export {}
declare module 'vue' {
type Hooks = App.AppInstance & Page.PageInstance
interface ComponentCustomOptions extends Hooks {}
}