Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deps/react-resizable-panels.ts>PanelGroupStorage

Deno-powered framework for building business web apps
Go to Latest
type alias PanelGroupStorage
Re-export
import { type PanelGroupStorage } from "https://deno.land/x/netzo@0.3.91/deps/react-resizable-panels.ts";
definition: { getItem(name: string): string | null; setItem(name: string, value: string): void; }