UNPKG

croact

Version:

Simple React for compatible use

3 lines (2 loc) 104 B
import { Context } from "../types"; export declare function createContext(defaultValue?: any): Context;