grafana/public/app/core/actions/location.ts
2019-06-04 16:20:55 +02:00

5 lines
203 B
TypeScript

import { LocationUpdate } from '@grafana/runtime';
import { actionCreatorFactory } from 'app/core/redux';
export const updateLocation = actionCreatorFactory<LocationUpdate>('UPDATE_LOCATION').create();