mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
move typings to types,
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import React, { PureComponent } from 'react';
|
||||
import $ from 'jquery';
|
||||
|
||||
import { Threshold, GrafanaThemeType } from '../../types';
|
||||
import { getColorFromHexRgbOrName } from '../../utils';
|
||||
import { Themeable } from '../../index';
|
||||
import { DisplayValue } from '../../utils/displayValue';
|
||||
|
||||
import { DisplayValue, Threshold, GrafanaThemeType, Themeable } from '../../types';
|
||||
|
||||
export interface Props extends Themeable {
|
||||
height: number;
|
||||
|
||||
Reference in New Issue
Block a user