TypingIndicatorSelector type
Selector type for TypingIndicator component.
type TypingIndicatorSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { typingUsers: CommunicationParticipant[] }
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Selector type for TypingIndicator component.
type TypingIndicatorSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { typingUsers: CommunicationParticipant[] }