@lwc/ssr-runtime 8.12.7-alpha.0 → 8.13.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,16 +17,17 @@ export declare class ClassList implements DOMTokenList {
17
17
  el: LightningElement;
18
18
  constructor(el: LightningElement);
19
19
  add(...newClassNames: string[]): void;
20
- contains(className: string): boolean;
20
+ contains(className: string): any;
21
21
  remove(...classNamesToRemove: string[]): void;
22
22
  replace(oldClassName: string, newClassName: string): boolean;
23
23
  toggle(classNameToToggle: string, force?: boolean): boolean;
24
24
  get value(): string;
25
25
  toString(): string;
26
+ get length(): number;
26
27
  [index: number]: never;
27
28
  item(_index: number): string | null;
28
29
  supports(_token: string): boolean;
29
30
  forEach(_callbackfn: (value: string, key: number, parent: DOMTokenList) => void, _thisArg?: any): void;
30
- get length(): number;
31
31
  }
32
32
  export {};
33
+ //# sourceMappingURL=class-list.d.ts.map
@@ -1 +1,2 @@
1
1
  export declare function getReadOnlyProxy<T>(value: T): Readonly<T>;
2
+ //# sourceMappingURL=get-read-only-proxy.d.ts.map