Skip to content

Commit 202a6c2

Browse files
committed
fix FlatList props
1 parent 199f596 commit 202a6c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/scala/sri/universal/components/Lists.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,7 @@ trait SectionItem[I] extends js.Object {
149149
trait VirtualizedSectionListProps[D, I] extends VirtualizedListProps[D, I] {
150150
val sections: U[js.Array[SectionBase[I]]] = undefined
151151
val enableVirtualization: U[Boolean] = undefined
152-
val ListFooterComponent: U[js.Function0[ReactElement]] = undefined
153-
val ListHeaderComponent: U[js.Function0[ReactElement]] = undefined
154152
val SectionSeparatorComponent: U[js.Function0[ReactElement]] = undefined
155-
val ItemSeparatorComponent: U[js.Function0[ReactElement]] = undefined
156153
val renderSectionHeader: U[js.Function1[SectionItem[I], ReactElement]] =
157154
undefined
158155
}

0 commit comments

Comments
 (0)