UNPKG

mattermost-redux

Version:

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

4 lines (3 loc) 309 B
import type { ClientConfig } from '@mattermost/types/config'; import type { GlobalState } from '@mattermost/types/store'; export declare const interactiveDialogAppsFormEnabled: import("mattermost-redux/selectors/create_selector").OutputSelector<GlobalState, boolean, (res: Partial<ClientConfig>) => boolean>;