UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

6 lines 184 B
interface Context { injectionToken: string; } export declare const GraphContext: import("react").Context<Context | undefined>; export {}; //# sourceMappingURL=graphContext.d.ts.map