Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
amje authored Jun 18, 2024
1 parent 138b16c commit 9625eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +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` | |
| icon | Icon to display next to the text | `React.ReactNode` | |

#### TableActionGroup

Expand Down

0 comments on commit 9625eff

Please sign in to comment.