UNPKG

@visactor/vrender-core

Version:

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

15 lines (8 loc) 365 B
export { ContainerModule } from "./cotainer-module"; export { inject } from "./annotation/inject"; export { multiInject } from "./annotation/multi_inject"; export { injectable } from "./annotation/injectable"; export { named } from "./annotation/named"; export { Container } from "./container"; export * from "./interfaces"; //# sourceMappingURL=index.js.map