From bb11c4b418491d8b32c947cb29dc058a73669a40 Mon Sep 17 00:00:00 2001 From: Tylor Reynolds Date: Thu, 10 Oct 2019 16:58:07 -0700 Subject: [PATCH] Expose generic parameter for contained items --- index.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.d.ts b/index.d.ts index bf03b26..02b3574 100644 --- a/index.d.ts +++ b/index.d.ts @@ -174,11 +174,11 @@ export class KeyboardAwareScrollView extends ScrollableComponent< KeyboardAwareScrollViewProps, KeyboardAwareState > {} -export class KeyboardAwareFlatList extends ScrollableComponent< - KeyboardAwareFlatListProps, +export class KeyboardAwareFlatList extends ScrollableComponent< + KeyboardAwareFlatListProps, KeyboardAwareState > {} -export class KeyboardAwareSectionList extends ScrollableComponent< - KeyboardAwareSectionListProps, +export class KeyboardAwareSectionList extends ScrollableComponent< + KeyboardAwareSectionListProps, KeyboardAwareState > {}