@scandit/web-datacapture-barcode
Version:
Scandit Data Capture SDK for the Web
17 lines (14 loc) • 430 B
TypeScript
import { SvgIcon } from '@scandit/web-datacapture-core/build/js/private/ui/atoms/SvgIcon.js';
declare const tag = "scandit-exit-icon";
declare class ExitSvgIcon extends SvgIcon {
static readonly tag: typeof tag;
static create(): ExitSvgIcon;
static register(): void;
protected render(): string;
}
declare global {
interface HTMLElementTagNameMap {
[]: ExitSvgIcon;
}
}
export { ExitSvgIcon };