MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / DrawerDescription

Function DrawerDescription

packages/react/src/components/drawer.tsx:98–109  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof DrawerPrimitive.Description>)

Source from the content-addressed store, hash-verified

96}
97
98function DrawerDescription({
99 className,
100 ...props
101}: React.ComponentProps<typeof DrawerPrimitive.Description>) {
102 return (
103 <DrawerPrimitive.Description
104 data-slot="drawer-description"
105 className={cn("text-sm text-muted-foreground", className)}
106 {...props}
107 />
108 );
109}
110
111export {
112 Drawer,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected