| 154 | SectionListProps<ItemT> {} |
| 155 | |
| 156 | interface KeyboardAwareState { |
| 157 | keyboardSpace: number |
| 158 | } |
| 159 | |
| 160 | declare class ScrollableComponent<P, S> extends React.Component<P, S> { |
| 161 | getScrollResponder: () => void |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…