UNPKG

react-native-tree-multi-select

Version:

A super-fast, customizable tree view component for React Native with multi-selection, checkboxes, and search filtering capabilities.

10 lines 419 B
import React from "react"; /** * Deep compare effect hook. * Ensures the effect runs on the first render and whenever dependencies deeply change. * * @param effect The effect callback function. * @param deps The dependencies array to compare deeply. */ export default function useDeepCompareEffect(effect: React.EffectCallback, deps: React.DependencyList): void; //# sourceMappingURL=useDeepCompareEffect.d.ts.map