We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02adb1d + 428e4ae commit c4154edCopy full SHA for c4154ed
src/table/head/table-head-checkbox.component.ts
@@ -5,9 +5,8 @@ import {
5
HostBinding,
6
EventEmitter
7
} from "@angular/core";
8
-import { I18n, Overridable } from "carbon-components-angular/i18n";
+import { I18n } from "carbon-components-angular/i18n";
9
import { Observable } from "rxjs";
10
-import { TableRowSize } from "../table.types";
11
12
@Component({
13
// tslint:disable-next-line: component-selector
@@ -29,10 +28,6 @@ import { TableRowSize } from "../table.types";
29
28
})
30
export class TableHeadCheckbox {
31
private static tableSelectAllCount = 0;
32
- /**
33
- * Size of the table rows.
34
- */
35
- @Input() size: TableRowSize = "md";
36
37
@Input() checked = false;
38
0 commit comments