Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias ImperativePanelHandle
Re-export
import { type ImperativePanelHandle } from "https://deno.land/x/netzo@0.3.66/deps/react-resizable-panels.ts";
definition: { collapse: () => void; expand: () => void; isCollapsed: () => boolean; isExpanded: () => boolean; resize: (size: number) => void; getId(): string; getSize(): number; }