UNPKG

mattermost-redux

Version:

Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client

6 lines (5 loc) 211 B
import type { GlobalState } from '@mattermost/types/store'; export declare function makeGetUsersTypingByChannelAndPost(): (state: GlobalState, props: { channelId: string; postId: string; }) => string[];