mol_dump_lib 0.0.134 → 0.0.135

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
@@ -927,9 +927,6 @@ declare namespace $ {
927
927
  declare namespace $ {
928
928
  class $mol_plugin extends $mol_view {
929
929
  dom_node_external(next?: Element): Element;
930
- attr_static(): {
931
- [key: string]: string | number | boolean;
932
- };
933
930
  render(): void;
934
931
  }
935
932
  }