mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
* Add search to time picker * implement fiscal datemath Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
5 lines
195 B
TypeScript
5 lines
195 B
TypeScript
import { UserState } from './reducers';
|
|
|
|
export const getTimeZone = (state: UserState) => state.timeZone;
|
|
export const getFiscalYearStartMonth = (state: UserState) => state.fiscalYearStartMonth;
|