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

Function SheetPortal

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

Source from the content-addressed store, hash-verified

21}
22
23function SheetPortal({
24 ...props
25}: React.ComponentProps<typeof SheetPrimitive.Portal>) {
26 return <SheetPrimitive.Portal data-slot="sheet-portal" {...props} />
27}
28
29function SheetOverlay({
30 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected