add sideborders prop (#3920)
This commit is contained in:
parent
750a5c899b
commit
701e508a1a
3 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue