6 lines
154 B
TypeScript
6 lines
154 B
TypeScript
import {type NativeProps} from './ScrollForwarderViewNativeComponent'
|
|
|
|
export function ScrollForwarderView({children}: NativeProps) {
|
|
return children
|
|
}
|