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

Function SheetTrigger

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

Source from the content-addressed store, hash-verified

9}
10
11function SheetTrigger({
12 ...props
13}: React.ComponentProps<typeof SheetPrimitive.Trigger>) {
14 return <SheetPrimitive.Trigger data-slot="sheet-trigger" {...props} />
15}
16
17function SheetClose({
18 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected