UNPKG
react-fluxible
Version:
latest (6.0.8)
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.1.3
4.1.2
4.1.1
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.4.2
2.4.1
2.4.0
2.3.0
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
1.4.0
1.3.5
1.3.4
1.3.3
1.3.1
1.2.2
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.0.2
1.0.1
1.0.0
Connector for react-js and fluxible-js.
github.com/aprilmintacpineda/react-fluxible
react-fluxible
/
lib
/
index.d.ts
5 lines
(4 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
import
{
FluxibleStore
}
from
'fluxible-js'
;
export
declare
function
createFluxibleHook<
Store
>(
store
:
FluxibleStore
<
Store
> ):
(
mapStates
: (store: Store) =>
Partial
<
Store
>
) =>
Partial
<
Store
>;