UNPKG

@nivinjoseph/n-ject

Version:
8 lines 338 B
import { BaseScope } from "./base-scope.js"; import { ComponentRegistry } from "./component-registry.js"; import { Scope } from "./scope.js"; export declare class ChildScope extends BaseScope { constructor(componentRegistry: ComponentRegistry, parentScope: Scope); createScope(): Scope; } //# sourceMappingURL=child-scope.d.ts.map