We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e42c9 commit cbfe68dCopy full SHA for cbfe68d
x-pack/plugins/discover_enhanced/common/index.ts
@@ -5,7 +5,4 @@
5
* 2.0.
6
*/
7
8
-// TODO: https://github.com/elastic/kibana/issues/110900
9
-/* eslint-disable @kbn/eslint/no_export_all */
10
-
11
-export * from './config';
+export type { Config } from './config';
0 commit comments