5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
/**
|
|
* HTML elements that can be decoded.
|
|
*/
|
|
export declare type HTMLVisualMediaElement = HTMLVideoElement | HTMLImageElement;
|