Variable StatusComponentConst

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

Type declaration

  • WrappedComponent: ComponentType<StatusComponentProps<FormSelectChoice> & InjectedIntlProps>