We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199f596 commit 202a6c2Copy full SHA for 202a6c2
src/main/scala/sri/universal/components/Lists.scala
@@ -149,10 +149,7 @@ trait SectionItem[I] extends js.Object {
149
trait VirtualizedSectionListProps[D, I] extends VirtualizedListProps[D, I] {
150
val sections: U[js.Array[SectionBase[I]]] = undefined
151
val enableVirtualization: U[Boolean] = undefined
152
- val ListFooterComponent: U[js.Function0[ReactElement]] = undefined
153
- val ListHeaderComponent: U[js.Function0[ReactElement]] = undefined
154
val SectionSeparatorComponent: U[js.Function0[ReactElement]] = undefined
155
- val ItemSeparatorComponent: U[js.Function0[ReactElement]] = undefined
156
val renderSectionHeader: U[js.Function1[SectionItem[I], ReactElement]] =
157
undefined
158
}
0 commit comments