kibana/x-pack/plugins/rollup/server/shared_imports.ts
2020-06-15 12:00:12 -04:00

10 lines
393 B
TypeScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
export { IndexPatternsFetcher } from '../../../../src/plugins/data/server';
export { isEsError } from '../../../../src/plugins/es_ui_shared/server';