grafana/public/app/features/search/service/index.ts
Ryan McKinley 93390b5a1e
Search: use search service (#46714)
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2022-03-18 01:36:32 +01:00

3 lines
74 B
TypeScript

export * from './types';
export { getGrafanaSearcher } from './searcher';