feat: export some more type aliases

This commit is contained in:
satyajit.happy
2019-09-25 23:09:58 +02:00
parent 1fd5a868a3
commit 8b78d617c0
16 changed files with 108 additions and 82 deletions

View File

@@ -20,4 +20,8 @@ export { default as DrawerGestureContext } from './utils/DrawerGestureContext';
/**
* Types
*/
export { DrawerNavigationOptions, DrawerNavigationProp } from './types';
export {
DrawerNavigationOptions,
DrawerNavigationProp,
DrawerNavigationItemsProps,
} from './types';