Variable PostalCodeComponentConst

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

Type declaration