Interface SectionListConfig<ItemT>

Configuration for the SectionList

interface SectionListConfig<ItemT> {
    items: ItemT[];
    title: string;
}

Type Parameters

  • ItemT

Properties

Properties

items: ItemT[]
title: string