UNPKG

mattermost-redux

Version:

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

5 lines (4 loc) 281 B
import { FileInfo } from "../../types/files"; import { GlobalState } from "../../types/store"; export declare function getFilePublicLink(state: GlobalState): string | undefined; export declare function makeGetFilesForPost(): (state: GlobalState, postId: string) => FileInfo[];