mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-19 20:06:40 +08:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
export {};
|
|
|
|
declare module "vue" {
|
|
type Hooks = App.AppInstance & Page.PageInstance;
|
|
interface ComponentCustomOptions extends Hooks {}
|
|
} |