diff --git a/index.d.ts b/index.d.ts index bf03b26..cfeaa25 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 -> {} +> {} \ No newline at end of file