UNPKG

mattermost-redux

Version:

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

7 lines (6 loc) 277 B
import { GlobalState } from "../../types/store"; export declare function makeGetUsersTypingByChannelAndPost(): (state: GlobalState, props: { channelId: string; postId: string; }) => string[]; export declare const getUsersTyping: (state: GlobalState) => string[];