({
...props
}: React.ComponentProps<typeof ResizablePrimitive.Panel>)
| 23 | } |
| 24 | |
| 25 | function ResizablePanel({ |
| 26 | ...props |
| 27 | }: React.ComponentProps<typeof ResizablePrimitive.Panel>) { |
| 28 | return <ResizablePrimitive.Panel data-slot="resizable-panel" {...props} /> |
| 29 | } |
| 30 | |
| 31 | function ResizableHandle({ |
| 32 | withHandle, |
nothing calls this directly
no outgoing calls
no test coverage detected