Skip to content

Commit 625c1c5

Browse files
author
Stacey Gammon
committed
change exports to type to avoid increasing bundle size
1 parent c75c7e2 commit 625c1c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/plugins/alerting/public/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
*/
77

88
import { AlertingPublicPlugin } from './plugin';
9-
export { PluginSetupContract, PluginStartContract } from './plugin';
10-
export { AlertNavigationHandler } from './alert_navigation_registry';
9+
export type { PluginSetupContract, PluginStartContract } from './plugin';
10+
export type { AlertNavigationHandler } from './alert_navigation_registry';
1111

1212
export function plugin() {
1313
return new AlertingPublicPlugin();

0 commit comments

Comments
 (0)