@cleanweb/react 1.1.1-beta.20 → 1.1.1-beta.21
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/build/classy/logic.d.ts +1 -1
- package/package.json +1 -1
package/build/classy/logic.d.ts
CHANGED
@@ -30,7 +30,7 @@ THooks extends THooksBase = void> {
|
|
30
30
|
* It receives the initial `props` object and should return
|
31
31
|
* an object with the initial values for your component's state.
|
32
32
|
*/
|
33
|
-
static getInitialState: (p?:
|
33
|
+
static getInitialState: (p?: any) => object;
|
34
34
|
/**
|
35
35
|
* This allows you to seamlessly consume React hooks in
|
36
36
|
* your class component.
|