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

Function AlertDialogTrigger

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

Source from the content-addressed store, hash-verified

13}
14
15function AlertDialogTrigger({
16 ...props
17}: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>) {
18 return (
19 <AlertDialogPrimitive.Trigger data-slot="alert-dialog-trigger" {...props} />
20 )
21}
22
23function AlertDialogPortal({
24 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected