UNPKG

mattermost-redux

Version:

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

8 lines (7 loc) 240 B
import { GenericAction } from "../../types/actions"; declare const _default: (state: { error: any; displayable?: boolean | undefined; date: string; }[] | undefined, action: GenericAction) => any; export default _default;