Skip to content

Commit

Permalink
deangularized notify and utils folders in the opendashboards legacy d…
Browse files Browse the repository at this point in the history
…irectory

Signed-off-by: Cameron Reed <chyltonreed@gmail.com>
  • Loading branch information
creed127 committed Sep 26, 2023
1 parent 8e24f2f commit 1d551a5
Show file tree
Hide file tree
Showing 13 changed files with 935 additions and 474 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
* under the License.
*/

export type IPrivate = <T>(provider: (...injectable: any[]) => T) => T;
export const SEARCH_EMBEDDABLE_TYPE = 'search';
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
* under the License.
*/

export * from './system_api';
// @ts-ignore
export { OsdAccessibleClickProvider } from './osd_accessible_click';
// @ts-ignore
export { PrivateProvider, IPrivate } from './private';
// @ts-ignore
export { registerListenEventListener } from './register_listen_event_listener';
export { SEARCH_EMBEDDABLE_TYPE } from './constants';
export * from './types';
export * from './search_embeddable_factory';
Loading

0 comments on commit 1d551a5

Please sign in to comment.