user-shop-h5/auto-imports.d.ts

9 lines
177 B
TypeScript
Raw Normal View History

2026-04-07 14:53:58 +08:00
// Generated by 'unplugin-auto-import'
// We suggest you to commit this file into source control
declare global {
interface Window {
WeixinJSBridge: any;
}
}
export {};