UNPKG

react-native-screens

Version:
8 lines 386 B
import React from 'react'; import type { ReactNativeElement, ViewProps } from 'react-native'; import { type NativeProps } from '../../../fabric/gamma/stack/StackHostNativeComponent'; export type StackHostProps = { children: ViewProps['children']; ref?: React.RefObject<(React.Component<NativeProps> & ReactNativeElement) | null>; }; //# sourceMappingURL=StackHost.types.d.ts.map