UNPKG

vue-typedi

Version:

Use typedi injections in Vue components

8 lines (7 loc) 301 B
import { install } from './install'; export { Container, ContainerInstance, Handler, ObjectType, Service, ServiceIdentifier, ServiceMetadata, ServiceOptions, Token } from 'typedi'; export * from './decorators'; declare const _default: { install: typeof install; }; export default _default;