global.d.ts 91 B

123456
  1. export { }
  2. declare global {
  3. interface Window {
  4. [key: string]: any
  5. }
  6. }