UNPKG

@scandit/web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

12 lines (9 loc) 674 B
import { Direction } from '@scandit/web-datacapture-core'; import { BarcodeArAnnotationAnchor } from '../BarcodeArAnnotation.js'; import '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js'; import './BarcodeArAnnotationVariation.js'; declare const isDirectionHorizontal: (direction: Direction | undefined) => boolean; declare const isDirectionVertical: (direction: Direction | undefined) => boolean; declare const isAnchorYcenter: (anchor: BarcodeArAnnotationAnchor) => boolean; declare const isAnchorXcenter: (anchor: BarcodeArAnnotationAnchor) => boolean; export { isAnchorXcenter, isAnchorYcenter, isDirectionHorizontal, isDirectionVertical };