Variable MembershipOrganizationComponentConst

MembershipOrganizationComponent: ComponentClass<Pick<FormFieldComponentProps<any> & VerificationServiceProps, "isErrored" | "onChange" | "value" | "disabled" | "onKeyDown" | "label" | "placeholder" | "autoFocus" | "isRequired" | "errorId" | "verificationService">, any> & {
    WrappedComponent: ComponentType<FormFieldComponentProps<any> & VerificationServiceProps & InjectedIntlProps>;
} = ...

Type declaration