UNPKG

react-native-screens

Version:
8 lines 397 B
import type { CodegenTypes as CT, ViewProps } from 'react-native'; type FinishTransitioningEvent = Readonly<{}>; export interface NativeProps extends ViewProps { onFinishTransitioning?: CT.DirectEventHandler<FinishTransitioningEvent>; } declare const _default: import("react-native").HostComponent<NativeProps>; export default _default; //# sourceMappingURL=ScreenStackNativeComponent.d.ts.map