MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / SheetClose

Function SheetClose

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected