mol_plot_all 1.2.1553 → 1.2.1555

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
@@ -1292,7 +1292,7 @@ declare namespace $ {
1292
1292
  static view_names(suffix: string): string[];
1293
1293
  view_names_owned(): string[];
1294
1294
  view_names(): Set<string>;
1295
- theme(next?: null | string): string | null;
1295
+ theme(next?: string | null): string | null | undefined;
1296
1296
  attr_static(): {
1297
1297
  [key: string]: string | number | boolean | null;
1298
1298
  };