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

8
types/index.d.ts vendored
View file

@ -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: {} };
}