MCPcopy Create free account
hub / github.com/HairlessVillager/minecommit / DialogHeader

Function DialogHeader

minecommit-gui/src/components/ui/dialog.tsx:81–89  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

79}
80
81function DialogHeader({ className, ...props }: React.ComponentProps<"div">) {
82 return (
83 <div
84 data-slot="dialog-header"
85 className={cn("flex flex-col gap-1.5", className)}
86 {...props}
87 />
88 )
89}
90
91function DialogFooter({
92 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected