UNPKG

@cnstra/react

Version:

React bindings for CNS neural network-inspired event flow system

9 lines 245 B
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