Skip to content

Commit b0c465b

Browse files
committed
update
1 parent 76047c3 commit b0c465b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Footer/Row.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import * as React from 'react';
22

3-
export interface FooterRowProps {
3+
export interface FooterRowProps extends React.HTMLAttributes<HTMLTableRowElement> {
44
className?: string;
55
style?: React.CSSProperties;
6-
onClick?: (e?: React.MouseEvent<HTMLElement>) => void;
76
}
87

98
const FooterRow: React.FC<React.PropsWithChildren<FooterRowProps>> = props => {

0 commit comments

Comments
 (0)