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

Function SheetClose

frontend/src/components/ui/sheet.tsx:17–19  ·  view source on GitHub ↗
(props: SheetPrimitive.Close.Props)

Source from the content-addressed store, hash-verified

15}
16
17function SheetClose(props: SheetPrimitive.Close.Props) {
18 return <SheetPrimitive.Close data-slot="sheet-close" {...props} />;
19}
20
21function SheetBackdrop({ className, ...props }: SheetPrimitive.Backdrop.Props) {
22 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected