diff --git a/src/components/VirtualizedList.res b/src/components/VirtualizedList.res index 98bf522f..089bd9a7 100644 --- a/src/components/VirtualizedList.res +++ b/src/components/VirtualizedList.res @@ -40,7 +40,7 @@ type onScrollToIndexFailedParams = { averageItemLength: float, } -type separatorComponentProps<'item> = {"highlighted": bool, "leadingItem": option<'item>} +type separatorComponentProps<'item> = {highlighted: bool, leadingItem: option<'item>} type viewabilityConfig = { minimumViewTime?: float,