Skip to content

Commit

Permalink
docs(Table): add missing icon description (#1662)
Browse files Browse the repository at this point in the history
  • Loading branch information
amje authored Jun 19, 2024
1 parent 38fe431 commit 71a2f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ type TableActionConfig = TableAction | TableActionGroup;
| target | Same as the `target` attribute of the `<a>` tag. | `string` | |
| rel | Same as the `rel` attribute of the `<a>` tag. | `string` | |
| theme | Theme | `"normal"` `"danger"` | `"normal"` |
| icon | Icon to display next to the text | `React.ReactNode` | |

#### TableActionGroup

Expand Down

0 comments on commit 71a2f68

Please sign in to comment.