MCPcopy Create free account
hub / github.com/TanStack/devtools / Button

Function Button

examples/preact/basic/src/button.tsx:1–3  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

1export function Button(props: any) {
2 return <button {...props} />
3}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected