aboutsummaryrefslogtreecommitdiff
blob: ebf6fd55da9f1bb9532615da57e07542f5811a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
declare global {
  interface Document {
    webkitExitFullscreen?: () => Promise<void>;
    webkitFullscreenElement?: Element;
  }

  interface HTMLElement {
    webkitRequestFullscreen?: () => Promise<void>;
  }
}

declare module 'exif-reader';
declare module 'photoswipe-dynamic-caption-plugin';
declare module 'photoswipe-video-plugin';