Freigeben über


ChatErrorBarSelector type

Auswahltyp für ErrorBar Komponente.

type ChatErrorBarSelector = (
  state: ChatClientState,
  props: ChatBaseSelectorProps
) => { activeErrorMessages: ActiveErrorMessage[] }