UNPKG

@scandit/web-datacapture-core

Version:

Scandit Data Capture SDK for the Web

5 lines (3 loc) 198 B
/// <reference types="emscripten" /> declare function defineCustomElements(elements: Partial<Record<keyof HTMLElementTagNameMap, CustomElementConstructor>>): void; export { defineCustomElements };