Przeglądaj źródła

Export NavigationComponentListener (#6250)

It was left out of ec7f324 by mistake
Guy Carmeli 4 lat temu
rodzic
commit
92fc339c80
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      lib/src/index.ts

+ 1
- 0
lib/src/index.ts Wyświetl plik

@@ -11,3 +11,4 @@ export * from './interfaces/Layout';
11 11
 export * from './interfaces/Options';
12 12
 export * from './interfaces/NavigationComponent';
13 13
 export * from './interfaces/NavigationComponentProps';
14
+export * from './interfaces/NavigationComponentListener';