@huunguyen312/flash-list
Version:
FlashList is a more performant FlatList replacement
7 lines • 333 B
TypeScript
import React from "react";
/**
* On web we use a view instead of cell container till we build native web implementations
*/
declare const CellContainer: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
export default CellContainer;
//# sourceMappingURL=CellContainer.web.d.ts.map