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.

10 lines 544 B
import { IAppConfiguration } from '../configuration'; import { IFlow } from './types'; export declare const setFlowName: (flows: { [key: string]: IFlow; }, name: string | null) => void; export declare const getFlowName: () => string; export declare const getFlowOrders: (configuration: IAppConfiguration) => Error | (string | undefined)[]; export declare const getFlowConfig: (configuration: IAppConfiguration) => IFlow; export declare const isNativeCamera: (configuration: IAppConfiguration) => boolean; //# sourceMappingURL=hooks.d.ts.map