mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05: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;
|