MCPcopy
hub / github.com/langbot-app/LangBot / DialogDescription

Function DialogDescription

web/src/components/ui/dialog.tsx:176–187  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof DialogPrimitive.Description>)

Source from the content-addressed store, hash-verified

174}
175
176function DialogDescription({
177 className,
178 ...props
179}: React.ComponentProps<typeof DialogPrimitive.Description>) {
180 return (
181 <DialogPrimitive.Description
182 data-slot="dialog-description"
183 className={cn('text-muted-foreground text-sm', className)}
184 {...props}
185 />
186 );
187}
188
189export {
190 Dialog,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected