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 647 B
import { IAppConfiguration } from '../configuration'; import { Writable } from '../../../../node_modules/svelte/types/runtime/store/index'; export declare const getNextStepId: (globalConfiguration: IAppConfiguration, currentStepId: string, skipType?: string) => string | undefined; export declare const goToNextStep: (currentStepIdStore: Writable<string>, globalConfiguration: IAppConfiguration, currentStepId: string, skipType?: string) => void; export declare const goToPrevStep: (currentStepIdStore: Writable<string>, globalConfiguration: IAppConfiguration, currentStepId: string, skipType?: string) => void; //# sourceMappingURL=hooks.d.ts.map