location.ts 203 B

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