UNPKG

mattermost-redux

Version:

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

5 lines (4 loc) 292 B
import type { Group } from '@mattermost/types/groups'; export declare function isSyncableSource(source: string): boolean; export declare function filterGroupsMatchingTerm(groups: Group[], term: string): Group[]; export declare function sortGroups(groups?: Group[], locale?: string): Group[];