UNPKG

@hauser1993/kyc-sdk

Version:

Your custom version of Ballerine web UI SDK - an open-source infrastructure for user identity and risk management. Compose verification processes for any vertical and geography using modular building blocks, components, and 3rd party integrations.

6 lines 464 B
import { IDocumentInfo } from '../contexts/app-state'; import { IAppConfiguration, IStepConfiguration } from '../contexts/configuration'; import { TDocumentType } from '../contexts/app-state/types'; export declare const getDocumentType: (step: IStepConfiguration, selectedDocumentInfo?: IDocumentInfo) => TDocumentType; export declare const isDocumentSelectionStepExists: (configuration: IAppConfiguration) => boolean; //# sourceMappingURL=documents-utils.d.ts.map