diff --git a/tools/public_api_guard/lib/radio.d.ts b/tools/public_api_guard/lib/radio.d.ts index fccef1971bdb..c582fdf2748f 100644 --- a/tools/public_api_guard/lib/radio.d.ts +++ b/tools/public_api_guard/lib/radio.d.ts @@ -1,7 +1,5 @@ export declare const _MatRadioButtonMixinBase: CanColorCtor & CanDisableRippleCtor & HasTabIndexCtor & typeof MatRadioButtonBase; -export declare const _MatRadioGroupMixinBase: CanDisableCtor & typeof MatRadioGroupBase; - export declare const MAT_RADIO_GROUP_CONTROL_VALUE_ACCESSOR: any; export declare class MatRadioButton extends _MatRadioButtonMixinBase implements OnInit, AfterViewInit, OnDestroy, CanColor, CanDisableRipple, HasTabIndex { @@ -45,7 +43,7 @@ export declare class MatRadioChange { value: any); } -export declare class MatRadioGroup extends _MatRadioGroupMixinBase implements AfterContentInit, ControlValueAccessor, CanDisable { +export declare class MatRadioGroup implements AfterContentInit, ControlValueAccessor { _controlValueAccessorChangeFn: (value: any) => void; _radios: QueryList; readonly change: EventEmitter; @@ -68,8 +66,5 @@ export declare class MatRadioGroup extends _MatRadioGroupMixinBase implements Af writeValue(value: any): void; } -export declare class MatRadioGroupBase { -} - export declare class MatRadioModule { }