Variable PostalCodeInputComponentConst

PostalCodeInputComponent: ComponentClass<Pick<PostalCodeInputProps, "onChange" | "value" | "placeholder" | "isValid" | "ariaLabelledBy">, any> & {
    WrappedComponent: ComponentType<PostalCodeInputProps & InjectedIntlProps>;
} = ...

Type declaration

  • WrappedComponent: ComponentType<PostalCodeInputProps & InjectedIntlProps>