Type alias onRenderTermsAndAgreementFormComponentFn
onRenderTermsAndAgreementFormComponentFn: ((defaultComponent: HTMLElement, componentType: "form", formComponentType: "termsAndAgreement", htmlString: string) => HTMLElement | undefined)
Type declaration
-
- (defaultComponent: HTMLElement, componentType: "form", formComponentType: "termsAndAgreement", htmlString: string): HTMLElement | undefined
-
Parameters
-
defaultComponent: HTMLElement
-
componentType: "form"
-
formComponentType: "termsAndAgreement"
-
htmlString: string
Returns HTMLElement | undefined