@idscan/idvc2
Version:
component for the capturing documents
6 lines (5 loc) • 517 B
TypeScript
import { StepTypeImageName } from '../environment/stepsDescription';
import { DocumentTypeName } from '../environment/documentTypes';
export declare const getFrontImageOfDocument: (documentTypeName: DocumentTypeName | '') => string;
export declare const getScanLineTranslateYRange: (stepType: StepTypeImageName, documentTypeName: DocumentTypeName | '') => readonly [string, string];
export declare const getStepBackground: (stepType: StepTypeImageName, documentTypeName: DocumentTypeName | '') => string | undefined;