UNPKG

@scandit/web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

18 lines (17 loc) 538 B
import { ScanditHTMLElement } from "@scandit/web-datacapture-core/build/js/private/utils/index.js"; //#region src/main/ar/ui/organisms/private/CheckLayout.d.ts declare class CheckLayout extends ScanditHTMLElement { static tag: "scandit-check-layout"; private readonly absoluteContainer; constructor(); static create(): CheckLayout; static register(): void; private static createStyleElement; } declare global { interface HTMLElementTagNameMap { [CheckLayout.tag]: CheckLayout; } } //#endregion export { CheckLayout };