Skip to content

Commit

Permalink
fixing eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Sep 10, 2020
1 parent 47fb03a commit f4cf9eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion src/plugins/data/public/search/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@

export * from './expressions';

export { ISearch, ISearchGeneric, ISearchSetup, ISearchStart, ISearchStartSearchSource, SearchEnhancements } from './types';
export {
ISearch,
ISearchGeneric,
ISearchSetup,
ISearchStart,
ISearchStartSearchSource,
SearchEnhancements,
} from './types';

export { IEsSearchResponse, IEsSearchRequest, ES_SEARCH_STRATEGY } from '../../common/search';

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/data/public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface DataPublicPluginSetup {
export interface DataPublicPluginStartUi {
IndexPatternSelect: React.ComponentType<IndexPatternSelectProps>;
SearchBar: React.ComponentType<StatefulSearchBarProps>;
};
}

/**
* utilities to generate filters from action context
Expand Down

0 comments on commit f4cf9eb

Please sign in to comment.