about summary refs log tree commit diff
path: root/modules/expo-scroll-forwarder/src/ExpoScrollForwarder.types.ts
blob: 3f1e4a63da508bd867d31c589acf0066c048a6e9 (plain) (blame)
1
2
3
4
export interface ExpoScrollForwarderViewProps {
  scrollViewTag: number | null
  children: React.ReactNode
}