UNPKG

lightweight-globalstate

Version:

An lightweight and easy state management hook for using React + Typescript

3 lines (2 loc) 104 B
/// <reference types="react" /> export declare const GlobalStateContext: import("react").Context<{}>;