Skip to content

Commit 36ad2ab

Browse files
Michael PetrettiÁlvaro Medina Ballester
Michael Petretti
authored and
Álvaro Medina Ballester
committed
Update index.d.ts (#341)
1 parent 2e8094c commit 36ad2ab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.d.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
import * as React from 'react'
77
import {
8-
ScrollViewProperties,
9-
FlatListProperties,
10-
SectionListProperties
8+
ScrollViewProps,
9+
FlatListProps,
10+
SectionListProps
1111
} from 'react-native'
1212

1313
interface KeyboardAwareProps {
@@ -145,13 +145,13 @@ interface KeyboardAwareProps {
145145

146146
interface KeyboardAwareScrollViewProps
147147
extends KeyboardAwareProps,
148-
ScrollViewProperties {}
148+
ScrollViewProps {}
149149
interface KeyboardAwareFlatListProps<ItemT>
150150
extends KeyboardAwareProps,
151-
FlatListProperties<ItemT> {}
151+
FlatListProps<ItemT> {}
152152
interface KeyboardAwareSectionListProps<ItemT>
153153
extends KeyboardAwareProps,
154-
SectionListProperties<ItemT> {}
154+
SectionListProps<ItemT> {}
155155

156156
interface KeyboardAwareState {
157157
keyboardSpace: number

0 commit comments

Comments
 (0)