UNPKG

react-native-a11y

Version:

Improvements of a11y for ReactNative, this library improve work with reader and keyboard focus and reader in general.

3 lines (2 loc) 184 B
import { Ref, RefObject, RefCallback } from "react"; export declare const useCombinedRef: <T>(...refs: Ref<T>[]) => [ref: RefObject<T>, initRefCallback: (instance: T | null) => void];