UNPKG

@nivinjoseph/n-ject

Version:
5 lines 170 B
import { Registry } from "./registry.js"; export interface ComponentInstaller { install(registry: Registry): void; } //# sourceMappingURL=component-installer.d.ts.map