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

Function AlertDialogAction

components/ui/alert-dialog.tsx:144–155  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof Button>)

Source from the content-addressed store, hash-verified

142}
143
144function AlertDialogAction({
145 className,
146 ...props
147}: React.ComponentProps<typeof Button>) {
148 return (
149 <Button
150 data-slot="alert-dialog-action"
151 className={cn(className)}
152 {...props}
153 />
154 );
155}
156
157function AlertDialogCancel({
158 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected