MCPcopy
hub / github.com/supermemoryai/supermemory / CopyButtonProps

Interface CopyButtonProps

packages/ui/copy-button.tsx:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { useEffect } from "react"
9
10interface CopyButtonProps
11 extends React.ComponentProps<"button">,
12 VariantProps<typeof buttonVariants> {
13 value: string
14 src?: string
15}
16
17export function CopyButton({
18 value,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…