react-obsidian
Version:
Dependency injection framework for React and React Native applications
12 lines • 389 B
TypeScript
import { ObjectGraph } from '../../src';
export type Props = Record<string, any> & {
stringFromProps: string;
};
export declare class LifecycleBoundGraph extends ObjectGraph<Props> {
static timesCreated: number;
private props;
constructor(props: Props);
computedFromProps(): string;
doesNotRequireProps(): string;
}
//# sourceMappingURL=LifecycleBoundGraph.d.ts.map