Skip to content

Commit 8918f69

Browse files
taichi-jpalvaromb
authored andcommitted
Add innerRef to KeyboardAwareProps (index.d.ts) (#300)
1 parent 38446ec commit 8918f69

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ import * as React from 'react'
77
import { ScrollViewProperties, ListViewProperties, FlatListProperties, SectionListProperties } from 'react-native'
88

99
interface KeyboardAwareProps {
10+
/**
11+
* Catches the reference of the component.
12+
*
13+
*
14+
* @type {function}
15+
* @memberof KeyboardAwareProps
16+
*/
17+
innerRef?: (ref: JSX.Element) => void
1018
/**
1119
* Adds an extra offset that represents the TabBarIOS height.
1220
*

0 commit comments

Comments
 (0)