Variable CountryComponentConst

CountryComponent: ComponentClass<Pick<InputSelectComponentProps<any>, "options" | "isErrored" | "onChange" | "value" | "disabled" | "onKeyDown" | "label" | "placeholder" | "isRequired" | "suppressPlaceholder">, any> & {
    WrappedComponent: ComponentType<InputSelectComponentProps<any> & InjectedIntlProps>;
} = ...

Type declaration