@react-native/virtualized-lists 0.80.0-rc.1 → 0.80.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* This source code is licensed under the MIT license found in the
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*
|
|
7
|
-
* @generated SignedSource<<
|
|
7
|
+
* @generated SignedSource<<7836b7736475d5424bb50f0e87c4fe9d>>
|
|
8
8
|
*
|
|
9
9
|
* This file was translated from Flow by scripts/build-types/index.js.
|
|
10
10
|
* Original file: packages/virtualized-lists/Lists/VirtualizedSectionList.js
|
|
@@ -14,6 +14,7 @@ import type { VirtualizedListProps } from "./VirtualizedListProps";
|
|
|
14
14
|
import VirtualizedList from "./VirtualizedList";
|
|
15
15
|
import * as React from "react";
|
|
16
16
|
type DefaultSectionT = {
|
|
17
|
+
data: any;
|
|
17
18
|
[key: string]: any;
|
|
18
19
|
};
|
|
19
20
|
export type SectionData<SectionItemT, SectionT = DefaultSectionT> = (Readonly<SectionBase<SectionItemT, SectionT>> & SectionT) | (SectionBase<SectionItemT, SectionT> & SectionT) | SectionT;
|