UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

9 lines (7 loc) 230 B
import { Generator } from "../generator"; export class ContainerModule { constructor(registry) { this.id = Generator.GenAutoIncrementId(), this.registry = registry; } } //# sourceMappingURL=cotainer-module.js.map