@mescius/wijmo 5.20251.41-nightly.d20250820.t182751 → 5.20251.41-nightly.d20250821.t181644

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20251.41-nightly.d20250820.t182751
3
+ * Wijmo Library 5.20251.41-nightly.d20250821.t181644
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -1451,7 +1451,7 @@ export declare function hasClass(e: Element, className: string): boolean;
1451
1451
  * @param e Element that will have the class added.
1452
1452
  * @param className Class (or space-separated list of classes) to add to the element.
1453
1453
  */
1454
- export declare function addClass(e: Element, className: string): void;
1454
+ export declare function addClass(e: Element, className?: string): void;
1455
1455
  /**
1456
1456
  * Removes a class from an element.
1457
1457
  *