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

Function AlertDialogTrigger

components/ui/alert-dialog.tsx:13–17  ·  view source on GitHub ↗
({ ...props }: AlertDialogPrimitive.Trigger.Props)

Source from the content-addressed store, hash-verified

11}
12
13function AlertDialogTrigger({ ...props }: AlertDialogPrimitive.Trigger.Props) {
14 return (
15 <AlertDialogPrimitive.Trigger data-slot="alert-dialog-trigger" {...props} />
16 );
17}
18
19function AlertDialogPortal({ ...props }: AlertDialogPrimitive.Portal.Props) {
20 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected