We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463f698 commit 92f71beCopy full SHA for 92f71be
1 file changed
x-pack/plugins/triggers_actions_ui/public/index.ts
@@ -23,7 +23,11 @@ export type {
23
AlertTypeParams,
24
} from './types';
25
26
-export { ActionForm } from './application/sections/action_connector_form';
+export {
27
+ ActionForm,
28
+ ConnectorAddFlyout,
29
+ ConnectorEditFlyout,
30
+} from './application/sections/action_connector_form';
31
32
export * from './common';
33
0 commit comments