| 2 | import tw from 'twin.macro' |
| 3 | |
| 4 | interface ButtonLinkProps { |
| 5 | size?: 'md' | 'lg' |
| 6 | type?: 'primary' | 'secondary' |
| 7 | label?: string |
| 8 | target?: '_self' | '_blank' |
| 9 | } |
| 10 | |
| 11 | function ButtonLink({ |
| 12 | href, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…