Function ConnectAccountOnboarding
ConnectAccountOnboarding( __namedParameters: { title?: string; onExit: () => void; onStepChange?: (stepChange: StepChange) => void; recipientTermsOfServiceUrl?: string; fullTermsOfServiceUrl?: string; privacyPolicyUrl?: string; collectionOptions?: CollectionOptions; } & Omit<CommonComponentProps, "style">,): Element Parameters
- __namedParameters: {
title?: string;
onExit: () => void;
onStepChange?: (stepChange: StepChange) => void;
recipientTermsOfServiceUrl?: string;
fullTermsOfServiceUrl?: string;
privacyPolicyUrl?: string;
collectionOptions?: CollectionOptions;
} & Omit<CommonComponentProps, "style">
Returns Element