mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-uniapp
synced 2025-08-08 16:32:44 +08:00
6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
export {}
|
|
|
|
declare module "vue" {
|
|
type Hooks = App.AppInstance & Page.PageInstance;
|
|
interface ComponentCustomOptions extends Hooks {}
|
|
} |