MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / AlertDialogPortal

Function AlertDialogPortal

src/components/ui/alert-dialog.tsx:23–29  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)

Source from the content-addressed store, hash-verified

21}
22
23function AlertDialogPortal({
24 ...props
25}: React.ComponentProps<typeof AlertDialogPrimitive.Portal>) {
26 return (
27 <AlertDialogPrimitive.Portal data-slot="alert-dialog-portal" {...props} />
28 )
29}
30
31function AlertDialogOverlay({
32 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected