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