mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-09-04 23:13:26 +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 {}
|
|
} |