From 4e88392a0021787c42e49f6903fcc9a693a3c841 Mon Sep 17 00:00:00 2001 From: Abdimajid Date: Tue, 19 Aug 2025 22:57:07 +0300 Subject: [PATCH] Remove duplication in Panel component's Imperative API docs. --- packages/react-resizable-panels/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-resizable-panels/README.md b/packages/react-resizable-panels/README.md index e8fe550f0..d63429df0 100644 --- a/packages/react-resizable-panels/README.md +++ b/packages/react-resizable-panels/README.md @@ -80,7 +80,6 @@ import { Panel, PanelGroup, PanelResizeHandle } from "react-resizable-panels"; | `getSize(): number` | Gets the current size of the panel as a percentage (`1 - 100`). | | `isCollapsed(): boolean` | Returns `true` if the panel is currently _collapsed_ (`size === 0`). | | `isExpanded(): boolean` | Returns `true` if the panel is currently _not collapsed_ (`!isCollapsed()`). | -| `getSize(): number` | Returns the most recently committed size of the panel as a percentage (`1 - 100`). | | `resize(size: number)` | Resize panel to the specified _percentage_ (`1 - 100`). | ### `PanelResizeHandle`