Skip to content

API Reference / @gtkx/components / index / ListSectionRenderer

Type Alias: ListSectionRenderer<S>

ListSectionRenderer<S> = (args) => ReactNode

Defined in: types.d.ts:50

Renders the contents of one section header of a collection view.

Type Parameters

S

S

Parameters

args

ListSectionRenderArgs<S>

Returns

ReactNode

Released under the MPL-2.0 License.