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

Function DrawerClose

src/components/ui/drawer.tsx:26–30  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof DrawerPrimitive.Close>)

Source from the content-addressed store, hash-verified

24}
25
26function DrawerClose({
27 ...props
28}: React.ComponentProps<typeof DrawerPrimitive.Close>) {
29 return <DrawerPrimitive.Close data-slot="drawer-close" {...props} />
30}
31
32function DrawerOverlay({
33 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected