MCPcopy
hub / github.com/DulLabs/bhai-lang / Props

Interface Props

apps/docs/components/CopyToClipboard/index.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import TickIcon from "./TickIcon";
4
5interface Props {
6 text: string;
7}
8
9export default function CopyToClipboard(props: Props) {
10 const { text } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected