@oneblink/apps-react
    Preparing search index...

    Variable PaymentForm

    PaymentForm: MemoExoticComponent<
        (
            __namedParameters: {
                appImageUrl?: string;
                captchaSiteKey: string;
                captchaType?: CaptchaType;
                onCancelled: (result: { paymentReceiptUrl: string }) => void;
                onCompleted: (
                    result: {
                        formSubmissionPayment: FormSubmissionPayment;
                        paymentReceiptUrl: string;
                    },
                ) => void;
                title?: string;
            },
        ) => Element,
    >