Moving a couple of types to @grafana/ui

This commit is contained in:
Torkel Ödegaard
2018-12-23 09:15:32 +01:00
parent 0ff572efbf
commit a02b4b47b6
33 changed files with 137 additions and 159 deletions

View File

@@ -1,6 +1,10 @@
// Libraries
import _ from 'lodash';
import React, { PureComponent } from 'react';
import { PanelPlugin, PanelProps } from 'app/types';
// Types
import { PanelProps } from '@grafana/ui';
import { PanelPlugin } from 'app/types';
interface Props {
pluginId: string;