Przeglądaj źródła

Need this to be available for plugins

Peter Holmberg 6 lat temu
rodzic
commit
1bffde57e3
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      packages/grafana-ui/src/utils/index.ts

+ 1 - 0
packages/grafana-ui/src/utils/index.ts

@@ -2,3 +2,4 @@ export * from './processTimeSeries';
 export * from './valueFormats/valueFormats';
 export * from './valueFormats/valueFormats';
 export * from './colors';
 export * from './colors';
 export * from './namedColorsPalette';
 export * from './namedColorsPalette';
+export { getMappedValue } from './valueMappings';