Skip to content

Commit ff93e23

Browse files
authored
docs: cannot render docs page (#993)
1 parent 252fcc7 commit ff93e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ React.render(<Table columns={columns} data={data} />, mountNode);
151151
| key | String | | key of this summary |
152152
| className | String | - | className of this summary row |
153153
| style | React.CSSProperties | - | style of this summary row |
154-
| onClick | (e?: React.MouseEvent<HTMLElement>) => void | - | The `onClick` attribute in `Table.Summary.Row` component can be used to set a click event handler for the summary row. |
154+
| onClick | (e?: React.MouseEvent\<HTMLElement>) => void | - | The `onClick` attribute in `Table.Summary.Row` component can be used to set a click event handler for the summary row. |
155155

156156
## License
157157

0 commit comments

Comments
 (0)