mol_dump_lib 0.0.9 → 0.0.10

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,6 +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
900
  attr_static(): {
900
901
  [key: string]: string | number | boolean | null;
901
902
  };