import { type PanelResizeHandleProps } from "https://deno.land/x/netzo@0.4.72/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; }>