File tree Expand file tree Collapse file tree
x-pack/platform/plugins/shared/triggers_actions_ui/public Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
3+ * or more contributor license agreements. Licensed under the Elastic License
4+ * 2.0; you may not use this file except in compliance with the Elastic License
5+ * 2.0.
6+ */
7+
8+ export { useSubAction } from './use_sub_action' ;
Original file line number Diff line number Diff line change @@ -107,18 +107,7 @@ export {
107107 deprecatedMessage ,
108108} from './common' ;
109109
110- export {
111- useSubAction ,
112- useConnectorOAuthConnect ,
113- OAuthRedirectMode ,
114- type ConnectorOAuthConnectProps ,
115- type ConnectorOAuthConnect ,
116- useConnectorOAuthDisconnect ,
117- type ConnectorOAuthDisconnectProps ,
118- type ConnectorOAuthDisconnect ,
119- useOAuthRedirectResult ,
120- type OAuthRedirectResultProps ,
121- } from './application/hooks' ;
110+ export { useSubAction } from './application/hooks' ;
122111
123112export type {
124113 TriggersAndActionsUIPublicPluginSetup ,
You can’t perform that action at this time.
0 commit comments