UNPKG

mattermost-redux

Version:

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

4 lines (3 loc) 182 B
import type { AnyAction } from 'redux'; import type { Typing } from '@mattermost/types/typing'; export default function typing(state: Typing | undefined, action: AnyAction): Typing;