UNPKG

jsx-view

Version:

Minimal JSX for HTML DOM tightly integrated with RxJS. TypeScript definitions, and attributes can be assigned to observables.

5 lines 170 B
export interface Context<T> { readonly defaultValue: T; } export declare function createContext<T>(defaultValue: T): Context<T>; //# sourceMappingURL=Context.d.ts.map