Skip to content

Commit

Permalink
Added ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Jun 14, 2024
1 parent d819be3 commit 540943b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/vlow.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export class Store {
constructor(...args: any[]);
setState(newState: any, cb: any): void;
}
export function Component(...args: any[]): any;
export function createActions(names: any): any;
export function withVlow(stores: any, WrappedComponent: any): any;
export namespace Component {
function extend(SuperClass: any): any;
}

0 comments on commit 540943b

Please sign in to comment.