Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions tools/public_api_guard/lib/radio.d.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down Expand Up @@ -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<MatRadioButton>;
readonly change: EventEmitter<MatRadioChange>;
Expand All @@ -68,8 +66,5 @@ export declare class MatRadioGroup extends _MatRadioGroupMixinBase implements Af
writeValue(value: any): void;
}

export declare class MatRadioGroupBase {
}

export declare class MatRadioModule {
}