import { useCallback } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.120-integration/src/src.deps.ts";
Returns a memoized version of the callback that only changes if one of the inputs
has changed (using ===).
Parameters
callback: T
import { useCallback } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.120-integration/src/src.deps.ts";
Returns a memoized version of the callback that only changes if one of the inputs
has changed (using ===).