| 27 | forwardedRef: any |
| 28 | ) => { |
| 29 | const handleClick: MouseEventHandler<HTMLButtonElement> = e => { |
| 30 | if (onClick) { |
| 31 | onClick(e) |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | if (href) { |
| 36 | return ( |
nothing calls this directly
no test coverage detected
searching dependent graphs…