Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias PanelGroupStorage
Re-export
import { type PanelGroupStorage } from "https://deno.land/x/netzo@0.3.66/deps/react-resizable-panels.ts";
definition: { getItem(name: string): string | null; setItem(name: string, value: string): void; }