sovendus-integration-react
Version:
Official Sovendus Integration React Component
5 lines • 400 B
TypeScript
import { JSX } from 'react';
import { SovendusLandingPageReactProps as _SovendusLandingPageReactProps } from 'sovendus-integration-scripts/react';
export type SovendusLandingPageReactProps = Omit<_SovendusLandingPageReactProps, "integrationType">;
export declare function SovendusLandingPageReact(props: SovendusLandingPageReactProps): JSX.Element;
//# sourceMappingURL=sovendus-landing-page.d.ts.map