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
/
types.d.ts
9 lines
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ CNS } from '@cnstra/core'; export interface
CNSContextValue
{ cns:
CNS
<
any
,
any
,
any
,
any
>; } export interface
CNSProviderProps
{ cns:
CNS
<
any
,
any
,
any
,
any
>; children:
React
.
ReactNode
; }
//# sourceMappingURL=types.d.ts.map