@visactor/vrender-core
Version:
```typescript import { xxx } from '@visactor/vrender-core'; ```
3 lines (2 loc) • 317 B
TypeScript
declare const multiInject: <T = unknown>(serviceIdentifier: import("./lazy_service_identifier").ServiceIdentifierOrFunc<T>) => (target: import("./decorator_utils").DecoratorTarget<unknown>, targetKey?: string | symbol, indexOrPropertyDescriptor?: number | TypedPropertyDescriptor<T>) => void;
export { multiInject };