react-native-screens
Version:
Native navigation primitives for your React Native app.
10 lines • 492 B
TypeScript
/**
* ALL SYMBOLS EXPOSED FROM THIS MODULE ARE EXPERIMENTAL AND MIGHT
* BE SUBJECT TO BREAKING CHANGES WITHOUT NOTICE OR LIBRARY MAJOR VERSION CHANGE.
*/
export * from '../components/gamma/stack/StackHost.types';
export * from '../components/gamma/split/SplitHost.types';
export * from '../components/gamma/split/SplitScreen.types';
export * from '../components/gamma/stack/StackScreen.types';
export * from '../components/safe-area/SafeAreaView.types';
//# sourceMappingURL=types.d.ts.map