UNPKG

@visactor/vrender-core

Version:
8 lines (7 loc) 325 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';