MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / ResizablePanel

Function ResizablePanel

frontend/components/ui/resizable.tsx:25–29  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof ResizablePrimitive.Panel>)

Source from the content-addressed store, hash-verified

23}
24
25function ResizablePanel({
26 ...props
27}: React.ComponentProps<typeof ResizablePrimitive.Panel>) {
28 return <ResizablePrimitive.Panel data-slot="resizable-panel" {...props} />
29}
30
31function ResizableHandle({
32 withHandle,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected