mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
See https://github.com/facebook/react-native/blob/master/Libraries/Lists/SectionList.js#L187 ``` export type Props<SectionT> = RequiredProps<SectionT> & OptionalProps<SectionT> & VirtualizedSectionListProps<SectionT>; ``` See https://github.com/facebook/react-native/blob/master/Libraries/Lists/VirtualizedSectionList.js#L119 ``` export type Props<SectionT> = RequiredProps<SectionT> & OptionalProps<SectionT> & VirtualizedListProps; ``` See https://github.com/facebook/react-native/blob/master/Libraries/Lists/VirtualizedList.js#L54 ``` // TODO: Conflicts with the optional `renderItem` in // `VirtualizedSectionList`'s props. renderItem: $FlowFixMe<renderItemType>, ``` |
||
|---|---|---|
| .. | ||
| animated.tsx | ||
| ART.tsx | ||
| globals.tsx | ||
| index.tsx | ||
| init-example.tsx | ||
| legacy-properties.tsx | ||