@@ -46,7 +46,7 @@ export function addAriaReferencedId(el: Element, attr: `aria-${string}`, id: str
4646
4747// @public
4848export class AriaDescriber implements OnDestroy {
49- constructor (... args : unknown [] );
49+ constructor ();
5050 describe(hostElement : Element , message : string , role ? : string ): void ;
5151 describe(hostElement : Element , message : HTMLElement ): void ;
5252 ngOnDestroy(): void ;
@@ -69,7 +69,7 @@ export const CDK_DESCRIBEDBY_ID_PREFIX = "cdk-describedby-message";
6969
7070// @public
7171export class CdkAriaLive implements OnDestroy {
72- constructor (... args : unknown [] );
72+ constructor ();
7373 duration: number ;
7474 // (undocumented)
7575 ngOnDestroy(): void ;
@@ -83,7 +83,6 @@ export class CdkAriaLive implements OnDestroy {
8383
8484// @public
8585export class CdkMonitorFocus implements AfterViewInit , OnDestroy {
86- constructor (... args : unknown []);
8786 // (undocumented)
8887 readonly cdkFocusChange: EventEmitter <FocusOrigin >;
8988 // (undocumented)
@@ -100,7 +99,7 @@ export class CdkMonitorFocus implements AfterViewInit, OnDestroy {
10099
101100// @public
102101export class CdkTrapFocus implements OnDestroy , AfterContentInit , OnChanges , DoCheck {
103- constructor (... args : unknown [] );
102+ constructor ();
104103 autoCapture: boolean ;
105104 get enabled(): boolean ;
106105 set enabled(value : boolean );
@@ -140,7 +139,7 @@ export interface ConfigurableFocusTrapConfig {
140139
141140// @public
142141export class ConfigurableFocusTrapFactory {
143- constructor (... args : unknown [] );
142+ constructor ();
144143 create(element : HTMLElement , config ? : ConfigurableFocusTrapConfig ): ConfigurableFocusTrap ;
145144 // @deprecated (undocumented)
146145 create(element : HTMLElement , deferCaptureElements : boolean ): ConfigurableFocusTrap ;
@@ -177,7 +176,7 @@ export class FocusKeyManager<T> extends ListKeyManager<FocusableOption & T> {
177176
178177// @public
179178export class FocusMonitor implements OnDestroy {
180- constructor (... args : unknown [] );
179+ constructor ();
181180 protected _document: Document ;
182181 focusVia(element : HTMLElement , origin : FocusOrigin , options ? : FocusOptions_2 ): void ;
183182 focusVia(element : ElementRef <HTMLElement >, origin : FocusOrigin , options ? : FocusOptions_2 ): void ;
@@ -248,7 +247,7 @@ export class FocusTrap {
248247
249248// @public
250249export class FocusTrapFactory {
251- constructor (... args : unknown [] );
250+ constructor ();
252251 create(element : HTMLElement , deferCaptureElements ? : boolean ): FocusTrap ;
253252 // (undocumented)
254253 static ɵfac: i0 .ɵɵFactoryDeclaration <FocusTrapFactory , never >;
@@ -277,7 +276,7 @@ export enum HighContrastMode {
277276
278277// @public
279278export class HighContrastModeDetector implements OnDestroy {
280- constructor (... args : unknown [] );
279+ constructor ();
281280 _applyBodyHighContrastModeCssClasses(): void ;
282281 getHighContrastMode(): HighContrastMode ;
283282 // (undocumented)
@@ -314,7 +313,7 @@ export type InputModality = 'keyboard' | 'mouse' | 'touch' | null;
314313
315314// @public
316315export class InputModalityDetector implements OnDestroy {
317- constructor (... args : unknown [] );
316+ constructor ();
318317 readonly modalityChanged: Observable <InputModality >;
319318 readonly modalityDetected: Observable <InputModality >;
320319 get mostRecentModality(): InputModality ;
@@ -334,7 +333,6 @@ export interface InputModalityDetectorOptions {
334333
335334// @public
336335export class InteractivityChecker {
337- constructor (... args : unknown []);
338336 isDisabled(element : HTMLElement ): boolean ;
339337 isFocusable(element : HTMLElement , config ? : IsFocusableConfig ): boolean ;
340338 isTabbable(element : HTMLElement ): boolean ;
@@ -404,7 +402,7 @@ export const LIVE_ANNOUNCER_ELEMENT_TOKEN: InjectionToken<HTMLElement | null>;
404402
405403// @public (undocumented)
406404export class LiveAnnouncer implements OnDestroy {
407- constructor (... args : unknown [] );
405+ constructor ();
408406 announce(message : LiveAnnouncerMessage ): Promise <void >;
409407 announce(message : LiveAnnouncerMessage , politeness ? : AriaLivePoliteness ): Promise <void >;
410408 announce(message : LiveAnnouncerMessage , duration ? : number ): Promise <void >;
0 commit comments