mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Merge pull request #31967 from GertjanReynaert/patch-1
[React-Native] Add FlatList and SectionList to Animated
This commit is contained in:
2
types/react-native/index.d.ts
vendored
2
types/react-native/index.d.ts
vendored
@@ -8677,6 +8677,8 @@ export namespace Animated {
|
||||
export const Image: any;
|
||||
export const Text: any;
|
||||
export const ScrollView: any;
|
||||
export const FlatList: any;
|
||||
export const SectionList: any;
|
||||
}
|
||||
|
||||
// tslint:disable-next-line:interface-name
|
||||
|
||||
Reference in New Issue
Block a user