UNPKG
immuto-react
Version:
latest (0.9.35)
0.9.35
0.9.34
0.9.32
0.9.30
0.9.29
0.9.28
0.9.27
0.9.26
0.9.25
0.9.24
0.9.23
0.9.22
0.9.21
0.9.20
0.9.19
0.9.18
0.9.16
0.9.15
0.9.13
0.9.12
0.9.11
0.9.10
0.9.5
React bindings for Immuto
github.com/danielearwicker/immuto-react
danielearwicker/immuto-react
immuto-react
/
built
/
src
/
optimize.d.ts
4 lines
(3 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
*
as
React
from
"react"
;
export
declare
function
optimize<
Props
>(
statelessComponent
:
(
props
:
Props
) =>
JSX
.
Element
,
ignore
?:
string
[]):
React
.
ComponentClass
<
Props
>;