global.d..ts 67 B

1234567
  1. declare global {
  2. interface Window {
  3. wx: any
  4. }
  5. }
  6. export {}