We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a328e44 commit 7b61989Copy full SHA for 7b61989
client/common/ButtonOrLink.tsx
@@ -4,7 +4,7 @@ import { Link } from 'react-router-dom';
4
/**
5
* Accepts all the props of an HTML <a> or <button> tag.
6
*/
7
-export interface ButtonOrLinkProps {
+export interface ButtonOrLinkProps extends React.HTMLAttributes<HTMLElement> {
8
9
* Can be internal or external ('http'- or 'https'-).
10
0 commit comments