We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7257c6c commit 10ed706Copy full SHA for 10ed706
src/vlow.d.ts
@@ -1,7 +1,7 @@
1
export class Store {
2
constructor(...args: any[]);
3
state: any;
4
- setState(newStateOrCallback: any, cb: any?): void;
+ setState(newStateOrCallback: any, cb?: any): void;
5
}
6
export function Component(...args: any[]): any;
7
export function createActions(names: any): any;
0 commit comments