UNPKG

@idscan/idvc2

Version:

component for the capturing documents

4 lines (3 loc) 222 B
import type { StepType } from './stepsDescription'; import { DocumentTypeName } from './documentTypes'; export declare const checkIsNeedRotateCard: (stepType: StepType, documentTypeName: '' | DocumentTypeName) => boolean;