UNPKG

react-native-vision-camera

Version:

VisionCamera is the fastest and most powerful Camera for react-native.

6 lines (5 loc) 205 B
/** * Shallow-memoizes an array by flattening out * the useMemo `deps` to {@linkcode maxComparisonLength}. */ export declare function useMemoizedArray<T>(array: T[], maxComparisonLength?: number): T[];