UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

8 lines 326 B
import { ObjectGraph } from '../../src'; export type Props = Record<string, any> & { stringFromProps: string; }; export declare class LifecycleBoundGraphWithLifecycleBoundSubgraph extends ObjectGraph { aString(computedFromProps: string): string; } //# sourceMappingURL=LifecycleBoundWithLifecycleBoundSubgraph.d.ts.map