Skip to content

Commit cbfe68d

Browse files
authored
[Discover] Remove export* syntax (#110934) (#111316)
1 parent c9e42c9 commit cbfe68d

File tree

1 file changed

+1
-4
lines changed
  • x-pack/plugins/discover_enhanced/common

1 file changed

+1
-4
lines changed

x-pack/plugins/discover_enhanced/common/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@
55
* 2.0.
66
*/
77

8-
// TODO: https://github.com/elastic/kibana/issues/110900
9-
/* eslint-disable @kbn/eslint/no_export_all */
10-
11-
export * from './config';
8+
export type { Config } from './config';

0 commit comments

Comments
 (0)