UNPKG
@huunguyen312/flash-list
Version:
latest (1.4.3)
1.4.3
FlashList is a more performant FlatList replacement
shopify.github.io/flash-list/
Shopify/flash-list
@huunguyen312/flash-list
/
dist
/
native
/
cell-container
/
CellContainer.ios.d.ts
6 lines
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Behaves as a regular `View` with an extra `index` prop that is saved in the native layer. */
declare
const
CellContainer
:
import
(
"react-native"
).
HostComponent
<
unknown
>;
export
default
CellContainer
;
//# sourceMappingURL=CellContainer.ios.d.ts.map