Variable LastNameComponentConst

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

Type declaration