diff --git a/index.d.ts b/index.d.ts index ad77c57..b36b867 100644 --- a/index.d.ts +++ b/index.d.ts @@ -7,6 +7,14 @@ import * as React from 'react' import { ScrollViewProperties, ListViewProperties, FlatListProperties, SectionListProperties } from 'react-native' interface KeyboardAwareProps { + /** + * Catches the reference of the component. + * + * + * @type {function} + * @memberof KeyboardAwareProps + */ + innerRef?: (ref: JSX.Element) => void /** * Adds an extra offset that represents the TabBarIOS height. *