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

Function AlertDialogDescription

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

Source from the content-addressed store, hash-verified

106}
107
108function AlertDialogDescription({
109 className,
110 ...props
111}: React.ComponentProps<typeof AlertDialogPrimitive.Description>) {
112 return (
113 <AlertDialogPrimitive.Description
114 data-slot="alert-dialog-description"
115 className={cn("text-muted-foreground text-sm", className)}
116 {...props}
117 />
118 )
119}
120
121function AlertDialogAction({
122 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected