Variable CountryComponentWrapperConst

CountryComponentWrapper: ComponentClass<Pick<CountryComponentWrapperProps & DeprecatedProps, "disabled" | "verificationService" | "viewModelDraftDecorator" | (keyof DeprecatedProps)>, any> & {
    WrappedComponent: ComponentType<CountryComponentWrapperProps & DeprecatedProps & InjectedIntlProps>;
} = ...

Type declaration

  • WrappedComponent: ComponentType<CountryComponentWrapperProps & DeprecatedProps & InjectedIntlProps>