UNPKG

mattermost-redux

Version:

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

3 lines (2 loc) 158 B
import type { GlobalState } from '@mattermost/types/store'; export declare const selectShowChannelBanner: (state: GlobalState, channelId: string) => boolean;