ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Module shared/hooks

    Functions

    useDebouncedCallback

    Returns a debounced version of the provided callback. The callback will only execute after delay ms of inactivity. Automatically cleans up pending timers on unmount.

    useHelpTooltip

    Hook to manage help tooltip visibility with customizable timing. Consolidates the help tooltip logic used across multiple components.