sh_real_name_system_app/src/shime-uni.d.ts

6 lines
140 B
TypeScript
Raw Normal View History

2025-08-19 18:19:48 +08:00
export {};
declare module "vue" {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentCustomOptions extends Hooks {}
}