UNPKG

sovendus-integration-react

Version:
5 lines 425 B
import { JSX } from 'react'; import { SovendusThankyouPageReactProps as _SovendusThankyouPageReactProps } from 'sovendus-integration-scripts/react'; export type SovendusThankyouPageReactProps = Omit<_SovendusThankyouPageReactProps, "integrationType" | "sovDebugLevel">; export declare function SovendusThankyouPageReact(props: SovendusThankyouPageReactProps): JSX.Element; //# sourceMappingURL=sovendus-thankyou-page.d.ts.map