Skip to content

Commit 1e395ed

Browse files
committed
fix rebase issue
1 parent 552d397 commit 1e395ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/checkbox/checkbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,5 +496,5 @@ export class MatCheckbox extends _MatCheckboxMixinBase implements ControlValueAc
496496
static ngAcceptInputType_disabled: BooleanInput;
497497
static ngAcceptInputType_required: BooleanInput;
498498
static ngAcceptInputType_disableRipple: BooleanInput;
499-
static ngAcceptInputType_indeterminate: boolean | string | null | undefined;
499+
static ngAcceptInputType_indeterminate: BooleanInput;
500500
}

0 commit comments

Comments
 (0)