UNPKG

mattermost-redux

Version:

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

8 lines (7 loc) 300 B
import { GlobalState } from "../../types/store"; export declare function getUserTimezone(state: GlobalState, id: string): { useAutomaticTimezone: boolean; automaticTimezone: string; manualTimezone: string; }; export declare function isTimezoneEnabled(state: GlobalState): boolean;