marko 5.22.5 → 5.22.6
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/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -111,7 +111,7 @@ declare namespace Marko {
|
|
|
111
111
|
/** @deprecated */
|
|
112
112
|
public readonly els: Element[];
|
|
113
113
|
/** Mutable state that when changed causes a rerender. */
|
|
114
|
-
|
|
114
|
+
state: State;
|
|
115
115
|
|
|
116
116
|
/** Returns the amount of event handlers listening to a specific event. */
|
|
117
117
|
listenerCount(eventName: PropertyKey): number;
|