sovendus-integration-react
Version:
Official Sovendus Integration React Component
7 lines • 478 B
TypeScript
import { ReactElement } from 'react';
import { SovendusPageConfig, SovPageStatus } from 'sovendus-integration-types';
export interface SovendusLandingPageReactProps extends Omit<SovendusPageConfig, "integrationType"> {
onDone?: (sovPageStatus: SovPageStatus, sovPageConfig: SovendusPageConfig) => void | Promise<void>;
}
export declare function SovendusLandingPageReact(props: SovendusLandingPageReactProps): ReactElement;
//# sourceMappingURL=sovendus-landing-page.d.ts.map