MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / AlertDialogPortal

Function AlertDialogPortal

components/ui/alert-dialog.tsx:19–23  ·  view source on GitHub ↗
({ ...props }: AlertDialogPrimitive.Portal.Props)

Source from the content-addressed store, hash-verified

17}
18
19function AlertDialogPortal({ ...props }: AlertDialogPrimitive.Portal.Props) {
20 return (
21 <AlertDialogPrimitive.Portal data-slot="alert-dialog-portal" {...props} />
22 );
23}
24
25function AlertDialogOverlay({
26 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected