UNPKG
croact
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.0
Simple React for compatible use
github.com/daybrush/croact
daybrush/croact
croact
/
declaration
/
base
/
Context.d.ts
3 lines
(2 loc)
•
104 B
TypeScript
View Raw
1
2
3
import
{
Context
}
from
"../types"
;
export
declare
function
createContext
(
defaultValue
?:
any
):
Context
;