UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

5 lines (4 loc) 116 B
/// <reference types="react" /> export declare const ApphouseContext: import("react").Context<{ store: any; }>;