Browse Source

Export EventsRegistry (#6258)

Yedidya Kennard 4 years ago
parent
commit
057f11b8eb
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lib/src/index.ts

+ 1
- 0
lib/src/index.ts View File

3
 const navigationSingleton = new NavigationRoot();
3
 const navigationSingleton = new NavigationRoot();
4
 
4
 
5
 export const Navigation = navigationSingleton;
5
 export const Navigation = navigationSingleton;
6
+export * from './events/EventsRegistry';
6
 export * from './adapters/Constants';
7
 export * from './adapters/Constants';
7
 export * from './interfaces/ComponentEvents';
8
 export * from './interfaces/ComponentEvents';
8
 export * from './interfaces/Events';
9
 export * from './interfaces/Events';