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

Function DialogClose

src/components/ui/dialog.tsx:27–31  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof DialogPrimitive.Close>)

Source from the content-addressed store, hash-verified

25}
26
27function DialogClose({
28 ...props
29}: React.ComponentProps<typeof DialogPrimitive.Close>) {
30 return <DialogPrimitive.Close data-slot="dialog-close" {...props} />
31}
32
33function DialogOverlay({
34 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected