@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.
13 lines • 389 B
TypeScript
import { IElementProps } from '../../contexts/configuration';
export interface INavigationButtons {
backButton: {
type: 'iconButton' | 'button' | 'buttonWithIcon';
props: IElementProps;
};
nextButton: {
type: 'iconButton' | 'button' | 'buttonWithIcon';
props: IElementProps;
};
props: IElementProps;
}
//# sourceMappingURL=types.d.ts.map