UNPKG

nano-jsx

Version:

SSR first, lightweight 1kB JSX library.

11 lines 310 B
export declare const createContext: (ctx: any) => { Provider: (props: any) => any; Consumer: (props: any) => { component: any; props: any; }; get: () => any; set: (ctx: any) => any; }; export declare const useContext: (ctx: any) => any; //# sourceMappingURL=context.d.ts.map