UNPKG

react-tangle

Version:

A Simple State Management Library in React

3 lines (2 loc) 129 B
import { ITangleContext } from "./types"; export declare const createContext: <S>(initial?: S | undefined) => ITangleContext<S>;