store-management-app/src/shime-uni.d.ts

6 lines
140 B
TypeScript
Raw Normal View History

2024-08-26 03:15:07 +00:00
export {};
declare module "vue" {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentCustomOptions extends Hooks {}
}