mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #17926 from kohkimakimoto/add-types-for-sectionlist
[react-native] Add type `renderSectionFooter` for SectionList
This commit is contained in:
Vendored
+5
@@ -3715,6 +3715,11 @@ export interface SectionListProperties<ItemT> extends ScrollViewProperties {
|
||||
*/
|
||||
renderSectionHeader?: (info: {section: SectionListData<ItemT>}) => React.ReactElement<any> | null
|
||||
|
||||
/**
|
||||
* Rendered at the bottom of each section.
|
||||
*/
|
||||
renderSectionFooter?: (info: {section: SectionListData<ItemT>}) => React.ReactElement<any> | null
|
||||
|
||||
/**
|
||||
* An array of objects with data for each section.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user