HTMLVisualMediaElement.d.ts 128 B

1234
  1. /**
  2. * HTML elements that can be decoded.
  3. */
  4. export declare type HTMLVisualMediaElement = HTMLVideoElement | HTMLImageElement;