Skip to content

Commit

Permalink
Export EventsRegistry (#6258)
Browse files Browse the repository at this point in the history
  • Loading branch information
yedidyak authored May 31, 2020
1 parent fd38fff commit 057f11b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { NavigationRoot } from './Navigation';
const navigationSingleton = new NavigationRoot();

export const Navigation = navigationSingleton;
export * from './events/EventsRegistry';
export * from './adapters/Constants';
export * from './interfaces/ComponentEvents';
export * from './interfaces/Events';
Expand Down

0 comments on commit 057f11b

Please sign in to comment.