UNPKG

mattermost-redux

Version:

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

5 lines (4 loc) 266 B
import { UserMentionKey } from './users'; import { GlobalState } from "../../types/store"; export declare const getCurrentSearchForCurrentTeam: (state: GlobalState) => string; export declare const getAllUserMentionKeys: (state: GlobalState) => UserMentionKey[];