Skip to content

Commit

Permalink
add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Apr 6, 2020
1 parent dddd80e commit f856dae
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
*/
import { ESTooltipProperty } from './es_tooltip_property';
import { AGG_TYPE } from '../../../common/constants';
import { ITooltipProperty } from './tooltip_property';
import { IField } from '../fields/field';
import { IndexPattern } from '../../../../../../../src/plugins/data/public';

export class ESAggTooltipProperty extends ESTooltipProperty {
private readonly _aggType: AGG_TYPE;
Expand Down

0 comments on commit f856dae

Please sign in to comment.