MCPcopy Create free account
hub / github.com/R44VC0RP/opencode.cafe / DialogPortal

Function DialogPortal

components/ui/dialog.tsx:21–25  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof DialogPrimitive.Portal>)

Source from the content-addressed store, hash-verified

19}
20
21function DialogPortal({
22 ...props
23}: React.ComponentProps<typeof DialogPrimitive.Portal>) {
24 return <DialogPrimitive.Portal data-slot="dialog-portal" {...props} />
25}
26
27function DialogClose({
28 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected