UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

3 lines (2 loc) 133 B
/// <reference types="react" /> export declare function useShallowEffect(cb: () => void, dependencies?: React.DependencyList): void;