user-shop-h5/auto-imports.d.ts
2026-04-07 14:53:58 +08:00

9 lines
177 B
TypeScript

// Generated by 'unplugin-auto-import'
// We suggest you to commit this file into source control
declare global {
interface Window {
WeixinJSBridge: any;
}
}
export {};