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

Function DialogClose

components/ui/dialog.tsx:23–25  ·  view source on GitHub ↗
({ ...props }: DialogPrimitive.Close.Props)

Source from the content-addressed store, hash-verified

21}
22
23function DialogClose({ ...props }: DialogPrimitive.Close.Props) {
24 return <DialogPrimitive.Close data-slot="dialog-close" {...props} />;
25}
26
27function DialogOverlay({
28 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected