Variable ChangeLocaleComponentConst

ChangeLocaleComponent: ComponentClass<Pick<ChangeLocaleProps, keyof ChangeLocaleProps>, any> & {
    WrappedComponent: ComponentType<ChangeLocaleProps & InjectedIntlProps>;
} = ...

Type declaration

  • WrappedComponent: ComponentType<ChangeLocaleProps & InjectedIntlProps>