UNPKG

mattermost-redux

Version:

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

17 lines (16 loc) 589 B
import type { ContentFlaggingConfig } from '@mattermost/types/content_flagging'; import type { NameMappedPropertyFields, PropertyValue } from '@mattermost/types/properties'; declare const _default: import("redux").Reducer<{ settings: any; fields: any; postValues: { [key: string]: PropertyValue<unknown>[]; }; }, import("redux").AnyAction, Partial<{ settings: ContentFlaggingConfig | undefined; fields: NameMappedPropertyFields | undefined; postValues: { [key: string]: PropertyValue<unknown>[]; } | undefined; }>>; export default _default;