UNPKG

react-native-screens

Version:
11 lines (7 loc) 294 B
'use client'; import type { HostComponent, ViewProps } from 'react-native'; import { codegenNativeComponent } from 'react-native'; interface NativeProps extends ViewProps {} export default codegenNativeComponent<NativeProps>( 'RNSFormSheetContentWrapper', ) as HostComponent<NativeProps>;