UNPKG

react-native-keyboard-controller

Version:

Keyboard manager which works in identical way on both iOS and Android

4 lines (3 loc) 150 B
import type { Ref, RefCallback } from "react"; declare const useCombinedRef: <T>(...refs: Ref<T>[]) => RefCallback<T>; export default useCombinedRef;