refactor(table-row): remove unused prop

This commit is contained in:
Eric Liu 2020-10-24 13:59:30 -07:00
commit d8104d9c48
4 changed files with 135 additions and 158 deletions

View file

@ -1020,6 +1020,8 @@ No forwarded events.
- `on:click`
- `on:click:header`
- `on:click:row`
- `on:mouseenter:row`
- `on:mouseleave:row`
- `on:click:row--expand`
- `on:click:cell`
@ -4594,9 +4596,7 @@ import { TableRow } from "carbon-components-svelte";
### Props
| Prop name | Type | Default value | Description |
| :--------- | :------------------- | :------------ | :------------------------------- |
| isSelected | <code>boolean</code> | `false` | Set to `true` to select the row. |
No exported props.
### Slots