window.d.ts 105 B

12345678
  1. declare global {
  2. interface Window {
  3. switchBgmState: (isPaused: boolean) => void
  4. }
  5. }
  6. export {}