Variable CityComponentConst

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

Type declaration