diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 2f35bedb14..4cb11b3ee7 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -3728,7 +3728,7 @@ export interface SectionListProperties extends ScrollViewProperties { /** * Rendered in between adjacent Items within each section. */ - ItemSeparatorComponent?: React.ComponentType | (() => React.ReactElement) | null + ItemSeparatorComponent?: React.ComponentType | null /** * Rendered when the list is empty.