Skip to content

Commit 85b90e0

Browse files
devversionandrewseguin
authored andcommitted
build: fix public api goldens (#14770)
1 parent 3e21f90 commit 85b90e0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tools/public_api_guard/lib/radio.d.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
export declare const _MatRadioButtonMixinBase: CanColorCtor & CanDisableRippleCtor & HasTabIndexCtor & typeof MatRadioButtonBase;
22

3-
export declare const _MatRadioGroupMixinBase: CanDisableCtor & typeof MatRadioGroupBase;
4-
53
export declare const MAT_RADIO_GROUP_CONTROL_VALUE_ACCESSOR: any;
64

75
export declare class MatRadioButton extends _MatRadioButtonMixinBase implements OnInit, AfterViewInit, OnDestroy, CanColor, CanDisableRipple, HasTabIndex {
@@ -45,7 +43,7 @@ export declare class MatRadioChange {
4543
value: any);
4644
}
4745

48-
export declare class MatRadioGroup extends _MatRadioGroupMixinBase implements AfterContentInit, ControlValueAccessor, CanDisable {
46+
export declare class MatRadioGroup implements AfterContentInit, ControlValueAccessor {
4947
_controlValueAccessorChangeFn: (value: any) => void;
5048
_radios: QueryList<MatRadioButton>;
5149
readonly change: EventEmitter<MatRadioChange>;
@@ -68,8 +66,5 @@ export declare class MatRadioGroup extends _MatRadioGroupMixinBase implements Af
6866
writeValue(value: any): void;
6967
}
7068

71-
export declare class MatRadioGroupBase {
72-
}
73-
7469
export declare class MatRadioModule {
7570
}

0 commit comments

Comments
 (0)