MCPcopy Create free account
hub / github.com/bytebase/dbhub / SheetDescription

Function SheetDescription

frontend/src/components/ui/sheet.tsx:154–165  ·  view source on GitHub ↗
({
  className,
  ...props
}: SheetPrimitive.Description.Props)

Source from the content-addressed store, hash-verified

152}
153
154function SheetDescription({
155 className,
156 ...props
157}: SheetPrimitive.Description.Props) {
158 return (
159 <SheetPrimitive.Description
160 className={cn("text-muted-foreground text-sm", className)}
161 data-slot="sheet-description"
162 {...props}
163 />
164 );
165}
166
167function SheetPanel({
168 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected