UNPKG

sprinque-js-sdk-wip

Version:

UI kit to implement Pay by Invoice with Sprinque

5 lines (4 loc) 416 B
import { Step } from './types'; export declare const registerNavBtnListeners: (shadowRoot: ShadowRoot, onChangeStep: (step: Step) => void) => void; export declare const automaticallyGoToStep: (step: Step, onChangeStep: (step: Step) => void, shadowRoot: ShadowRoot) => void; export declare const setInitialBuyerInfo: (shadowRoot: ShadowRoot, buyerId: string, onChangeStep: (step: Step) => void) => Promise<void>;