UNPKG
react-tangle
Version:
latest (3.0.5)
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
A Simple State Management Library in React
github.com/wmira/react-tangle
wmira/react-tangle
react-tangle
/
tangle.d.ts
3 lines
(2 loc)
•
129 B
TypeScript
View Raw
1
2
3
import
{
ITangleContext
}
from
"./types"
;
export
declare
const
createContext
: <S>
(
initial
?: S |
undefined
) =>
ITangleContext
<S>;