wrec 0.20.17 → 0.20.19

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/dist/wrec.d.ts CHANGED
@@ -28,7 +28,7 @@ export declare abstract class Wrec extends HTMLElement implements ChangeListener
28
28
  private static propToExprsMap;
29
29
  private static template;
30
30
  [key: string]: any;
31
- private static define;
31
+ static define(elementName: string): void;
32
32
  constructor();
33
33
  attributeChangedCallback(attrName: string, oldValue: string, newValue: string | number | boolean | undefined): void;
34
34
  batchSet(changes: StringToAny): void;