Variable FormFieldCustomConst

FormFieldCustom: ComponentClass<Pick<FormFieldCustomProps, "verificationService" | "config">, any> & {
    WrappedComponent: ComponentType<FormFieldCustomProps & InjectedIntlProps>;
} = ...

Custom form field component. Implementors can render a form field passing in config using setOptions, rather than having to create an entire React project and override component(s).

Type declaration

  • WrappedComponent: ComponentType<FormFieldCustomProps & InjectedIntlProps>