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.

4 lines 254 B
import { IDocument, IPageSide, TDocumentType } from './types'; export declare const getDocImage: (type: TDocumentType, docs: IDocument[], pageSide?: IPageSide) => string; export declare const resetAppState: () => void; //# sourceMappingURL=utils.d.ts.map