UNPKG

@cnstra/react

Version:

React bindings for CNS neural network-inspired event flow system

5 lines 294 B
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