Skip to main content

Type Alias: ItemContent<Data, Context>

ItemContent<Data, Context> = React.ComponentType<{ context: Context; data: Data; index: number; }>

A React component that's used to render the individual item.

Type Parameters

Data

Data = any

Context

Context = any