소스 검색

Export EventsRegistry (#6258)

Yedidya Kennard 4 년 전
부모
커밋
057f11b8eb
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      lib/src/index.ts

+ 1
- 0
lib/src/index.ts 파일 보기

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