mol_plot_all 1.2.1482 → 1.2.1484

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
@@ -160,7 +160,7 @@ declare namespace $ {
160
160
  function $mol_dev_format_native(obj: any): any[];
161
161
  function $mol_dev_format_auto(obj: any): any[];
162
162
  function $mol_dev_format_element(element: string, style: object, ...content: any[]): any[];
163
- function $mol_dev_format_span(style: object, ...content: any[]): any[];
163
+ let $mol_dev_format_span: (style: object, ...content: any[]) => any[];
164
164
  let $mol_dev_format_div: (style: object, ...content: any[]) => any[];
165
165
  let $mol_dev_format_ol: (style: object, ...content: any[]) => any[];
166
166
  let $mol_dev_format_li: (style: object, ...content: any[]) => any[];