mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-19 10:36:32 +00:00
10 lines
188 B
TypeScript
10 lines
188 B
TypeScript
import type { App } from 'vue';
|
|
|
|
declare global {
|
|
declare const __DYNAMIC_IMPORT__: boolean;
|
|
declare interface Window {
|
|
// Global vue app instance
|
|
__APP__: App<Element>;
|
|
}
|
|
}
|