UNPKG

@visactor/vrender-core

Version:
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