MCPcopy Create free account
hub / github.com/arctic-cli/interface / DialogDescription

Function DialogDescription

packages/web/components/ui/dialog.tsx:143–154  ·  view source on GitHub ↗
({
  className,
  ...props
}: DialogPrimitive.Description.Props)

Source from the content-addressed store, hash-verified

141}
142
143function DialogDescription({
144 className,
145 ...props
146}: DialogPrimitive.Description.Props) {
147 return (
148 <DialogPrimitive.Description
149 className={cn("text-muted-foreground text-sm", className)}
150 data-slot="dialog-description"
151 {...props}
152 />
153 );
154}
155
156function DialogPanel({ className, ...props }: React.ComponentProps<"div">) {
157 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected