MCPcopy Create free account
hub / github.com/editablejs/editable / ButtonLinkProps

Interface ButtonLinkProps

apps/docs/src/components/button-link.tsx:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import tw from 'twin.macro'
3
4interface ButtonLinkProps {
5 size?: 'md' | 'lg'
6 type?: 'primary' | 'secondary'
7 label?: string
8 target?: '_self' | '_blank'
9}
10
11function ButtonLink({
12 href,

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…