Skip to main content

Type Alias: ItemContent<Data, Context>

ItemContent<Data, Context>: React.ComponentType<{ index: number; data: Data; prevData: Data | null; nextData: Data | null; context: Context; }>

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

Type Parameters

Data = any

Context = any