Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import TickIcon from
"./TickIcon"
;
4
5
interface Props {
6
text: string;
7
}
8
9
export default function CopyToClipboard(props: Props) {
10
const { text } = props;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected