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 164 B
import type { Ref, RefCallback } from 'react'; export declare const combineRefs: <T>(...refs: Ref<T>[]) => RefCallback<T>; //# sourceMappingURL=combineRefs.d.ts.map