mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at patch-version 9 lines 235 B view raw
1import React from 'react' 2 3import {ExpoScrollForwarderViewProps} from './ExpoScrollForwarder.types' 4 5export function ExpoScrollForwarderView({ 6 children, 7}: React.PropsWithChildren<ExpoScrollForwarderViewProps>) { 8 return children 9}