azon_seeker/modules.d.ts
2025-04-12 17:26:36 +08:00

11 lines
170 B
TypeScript

declare module 'vue' {
interface ComponentCustomProperties {
$app: {
context: string;
};
}
}
// https://stackoverflow.com/a/64189046/479957
export {};