MCPcopy
hub / github.com/tomkp/react-split-pane / UseResizerResult

Interface UseResizerResult

src/hooks/useResizer.ts:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 * Return type for the useResizer hook.
27 */
28export interface UseResizerResult {
29 isDragging: boolean;
30 currentSizes: number[];
31 handlePointerDown: (dividerIndex: number) => (e: React.PointerEvent) => void;
32}
33
34/**
35 * Hook that handles pointer-based resizing of panes.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…