Files
Stackq/node_modules/@zxing/library/esm/browser/HTMLVisualMediaElement.d.ts
T
2026-02-17 14:58:53 -06:00

5 lines
128 B
TypeScript

/**
* HTML elements that can be decoded.
*/
export declare type HTMLVisualMediaElement = HTMLVideoElement | HTMLImageElement;