@visactor/vrender-core
Version:
```typescript import { xxx } from '@visactor/vrender-core'; ```
8 lines (7 loc) • 325 B
TypeScript
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';