Skip to content

Commit

Permalink
Updated types.ts for conversion: issue elastic#63592 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunvkurup committed Apr 27, 2020
1 parent ae36e53 commit 357a548
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 36 deletions.
10 changes: 10 additions & 0 deletions src/plugins/vis_type_tagcloud/public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ export interface TagCloudVisParams {
maxFontSize: number;
showLabel: boolean;
}

export interface FeedbackMessageComponentState {
shouldShowTruncate: boolean;
shouldShowIncomplete: boolean;
}

export interface LabelComponentState {
label: string;
shouldShowLabel: boolean;
}
36 changes: 0 additions & 36 deletions src/plugins/vis_type_tagcloud/public/types.tsx

This file was deleted.

0 comments on commit 357a548

Please sign in to comment.