UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

7 lines 250 B
import { ObjectGraph } from '../../src'; export type Props = Record<string, any> & { stringFromProps: string; }; export declare class ScopedLifecycleBoundGraph extends ObjectGraph<Props> { } //# sourceMappingURL=ScopedLifecycleBoundGraph.d.ts.map