mol_dump_lib 0.0.10 → 0.0.12

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/node.d.ts CHANGED
@@ -896,7 +896,7 @@ declare namespace $ {
896
896
  static view_names(suffix: string): string[];
897
897
  view_names_owned(): string[];
898
898
  view_names(): Set<string>;
899
- theme(): string | null;
899
+ theme(next?: string | null): string | null;
900
900
  attr_static(): {
901
901
  [key: string]: string | number | boolean | null;
902
902
  };