UNPKG

react-native-screens

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