diff --git a/src/ScrollComponents/ScrollView.tsx b/src/ScrollComponents/ScrollView.tsx index 985eeab..907fb92 100644 --- a/src/ScrollComponents/ScrollView.tsx +++ b/src/ScrollComponents/ScrollView.tsx @@ -12,7 +12,9 @@ import { useCollapsibleStyle } from '../useCollapsibleStyle' /** * Use like a regular ScrollView. */ -export const ScrollView: React.FC> = ({ +export const ScrollView: React.FC< + React.PropsWithChildren> +> = ({ contentContainerStyle, style, onContentSizeChange,