UNPKG

scandit-web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

17 lines (14 loc) 470 B
import { ScanditHTMLElement } from 'scandit-web-datacapture-core/build/js/private/utils/index.js'; declare class CardListButton extends ScanditHTMLElement { static tag: "scandit-find-card-list-button"; constructor(); static create(): CardListButton; static register(): void; private static createStyleElement; } declare global { interface HTMLElementTagNameMap { [CardListButton.tag]: CardListButton; } } export { CardListButton };