UNPKG

sovendus-integration-react

Version:
5 lines 400 B
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