We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75c7e2 commit 625c1c5Copy full SHA for 625c1c5
1 file changed
x-pack/plugins/alerting/public/index.ts
@@ -6,8 +6,8 @@
6
*/
7
8
import { AlertingPublicPlugin } from './plugin';
9
-export { PluginSetupContract, PluginStartContract } from './plugin';
10
-export { AlertNavigationHandler } from './alert_navigation_registry';
+export type { PluginSetupContract, PluginStartContract } from './plugin';
+export type { AlertNavigationHandler } from './alert_navigation_registry';
11
12
export function plugin() {
13
return new AlertingPublicPlugin();
0 commit comments