ResizableHandle( __namedParameters: Omit< HTMLAttributes<keyof HTMLElementTagNameMap>, "id" | "onFocus" | "onBlur" | "onClick" | "onPointerDown" | "onPointerUp", > & { className?: string; disabled?: boolean; hitAreaMargins?: PointerHitAreaMargins; id?: null | string; onBlur?: () => void; onClick?: () => void; onDragging?: PanelResizeHandleOnDragging; onFocus?: () => void; onPointerDown?: () => void; onPointerUp?: () => void; style?: CSSProperties; tabIndex?: number; tagName?: keyof HTMLElementTagNameMap
; } & { children?: ReactNode } & { withHandle?: boolean },): Element
Accessible resizable panel groups and layouts with keyboard support. This component is built on react-resizable-panels and styled with Shadcn UI. See Shadcn UI documentation: https://ui.shadcn.com/docs/components/resizable See react-resizable-panels documentation: https://github.com/bvaughn/react-resizable-panels/tree/main/packages/react-resizable-panels