Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit 78c4ede

Browse files
committed
feat: export some more props
1 parent d39b613 commit 78c4ede

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,14 @@ export { default as StackGestureContext } from './utils/StackGestureContext';
3636
* Types
3737
*/
3838
export {
39-
HeaderBackButtonProps,
4039
NavigationStackState,
4140
NavigationStackProp,
4241
NavigationStackOptions,
4342
NavigationStackConfig,
4443
NavigationStackScreenComponent,
4544
NavigationStackScreenProps,
45+
HeaderProps,
46+
HeaderBackButtonProps,
47+
HeaderTitleProps,
48+
TransitionPreset,
4649
} from './types';

0 commit comments

Comments
 (0)