UNPKG

react-resizable-panels

Version:

React components for resizable panel groups/layouts

3 lines (2 loc) 239 B
import { PanelData } from "../../Panel.js"; export declare function getResizeHandlePanelIds(groupId: string, handleId: string, panelsArray: PanelData[], scope?: ParentNode | HTMLElement): [idBefore: string | null, idAfter: string | null];