9 lines
177 B
TypeScript
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 {};
|