Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias PanelResizeHandleProps
Re-export
import { type PanelResizeHandleProps } from "https://deno.land/x/netzo@0.3.66/deps/react-resizable-panels.ts";
definition: Omit<HTMLAttributes<ElementType>, "id"> & PropsWithChildren<{ className?: string; disabled?: boolean; id?: string | null; onDragging?: PanelResizeHandleOnDragging; style?: CSSProperties; tabIndex?: number; tagName?: ElementType; }>