UNPKG
@cnstra/react
Version:
latest (1.0.1)
1.0.1
1.0.0
React bindings for CNS neural network-inspired event flow system
@cnstra/react
/
dist
/
CNSContext.d.ts
5 lines
•
294 B
TypeScript
View Raw
1
2
3
4
5
import
{
CNS
}
from
'@cnstra/core'
;
import
{
CNSProviderProps
}
from
'./types'
;
export
declare
function
CNSProvider
(
{ cns, children }:
CNSProviderProps
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
declare
function
useCNS
(
):
CNS
<
any
,
any
,
any
,
any
>;
//# sourceMappingURL=CNSContext.d.ts.map