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

Function AlertDialogAction

src/components/ui/alert-dialog.tsx:121–131  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof AlertDialogPrimitive.Action>)

Source from the content-addressed store, hash-verified

119}
120
121function AlertDialogAction({
122 className,
123 ...props
124}: React.ComponentProps<typeof AlertDialogPrimitive.Action>) {
125 return (
126 <AlertDialogPrimitive.Action
127 className={cn(buttonVariants(), className)}
128 {...props}
129 />
130 )
131}
132
133function AlertDialogCancel({
134 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected