MCPcopy Create free account
hub / github.com/evolify/dumpfun / SheetClose

Function SheetClose

common/components/ui/sheet.tsx:17–21  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof SheetPrimitive.Close>)

Source from the content-addressed store, hash-verified

15}
16
17function SheetClose({
18 ...props
19}: React.ComponentProps<typeof SheetPrimitive.Close>) {
20 return <SheetPrimitive.Close data-slot="sheet-close" {...props} />
21}
22
23function SheetPortal({
24 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected