Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
variable PanelGroup
Re-export
import { PanelGroup } from "https://deno.land/x/netzo@0.5.67/deps/react-resizable-panels.ts";

type

import("https://esm.sh/v128/@types/react@18.2.38/X-ZS9yZWFjdCxyZWFjdC1kb20/index.d.ts").ForwardRefExoticComponent<
& Omit<HTMLAttributes<ElementType>, "id">
& { autoSaveId?: string | null | undefined; className?: string | undefined; direction: Direction; id?: string | null | undefined; keyboardResizeBy?: number | null | undefined; onLayout?: PanelGroupOnLayout | null | undefined; storage?: PanelGroupStorage | undefined; style?: CSSProperties | undefined; tagName?: ElementType | undefined; }
& { children?: import("https://esm.sh/v128/@types/react@18.2.38/X-ZS9yZWFjdCxyZWFjdC1kb20/index.d.ts").ReactNode; }
& import("https://esm.sh/v128/@types/react@18.2.38/X-ZS9yZWFjdCxyZWFjdC1kb20/index.d.ts").RefAttributes<ImperativePanelGroupHandle>
>