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 76047c3 commit b0c465bCopy full SHA for b0c465b
src/Footer/Row.tsx
@@ -1,9 +1,8 @@
1
import * as React from 'react';
2
3
-export interface FooterRowProps {
+export interface FooterRowProps extends React.HTMLAttributes<HTMLTableRowElement> {
4
className?: string;
5
style?: React.CSSProperties;
6
- onClick?: (e?: React.MouseEvent<HTMLElement>) => void;
7
}
8
9
const FooterRow: React.FC<React.PropsWithChildren<FooterRowProps>> = props => {
0 commit comments