add sideborders prop (#3920)
This commit is contained in:
@@ -25,6 +25,7 @@ export type ListProps<ItemT> = Omit<
|
||||
onRefresh?: () => void
|
||||
onItemSeen?: (item: ItemT) => void
|
||||
containWeb?: boolean
|
||||
sideBorders?: boolean
|
||||
}
|
||||
export type ListRef = React.MutableRefObject<FlatList_INTERNAL | null>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user