浏览代码

Export EventsRegistry (#6258)

Yedidya Kennard 5 年前
父节点
当前提交
057f11b8eb
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      lib/src/index.ts

+ 1
- 0
lib/src/index.ts 查看文件

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';