mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
refactor(table-row): remove unused prop
This commit is contained in:
parent
73036aea4a
commit
d8104d9c48
4 changed files with 135 additions and 158 deletions
8
types/index.d.ts
vendored
8
types/index.d.ts
vendored
|
@ -4420,14 +4420,6 @@ export class TableHeader extends CarbonSvelteComponent {
|
|||
}
|
||||
|
||||
export class TableRow extends CarbonSvelteComponent {
|
||||
$$prop_def: {
|
||||
/**
|
||||
* Set to `true` to select the row
|
||||
* @default false
|
||||
*/
|
||||
isSelected?: boolean;
|
||||
};
|
||||
|
||||
$$slot_def: { default: {} };
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue