move typings to types,

This commit is contained in:
Peter Holmberg
2019-03-22 10:42:17 +01:00
parent 6e05b9f41c
commit 08a4c9f6fa
6 changed files with 70 additions and 45 deletions

View File

@@ -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;