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 ac78b3c commit 45bce1fCopy full SHA for 45bce1f
types/index.d.ts
@@ -1,5 +1,5 @@
1
declare module '@risingstack/react-easy-state' {
2
- import { ComponentType } from 'react';
+ import { ComponentType, DependencyList } from 'react';
3
4
// takes an object (optionally), wraps it in a transparent proxy and returns the proxy
5
function store<Store extends object>(obj?: Store): Store;
0 commit comments