UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

2 lines (1 loc) 202 B
export declare const multiInject: <T = unknown>(serviceIdentifier: any) => (target: import("./inject_base").DecoratorTarget<T>, targetKey?: string | symbol, indexOrPropertyDescriptor?: number) => void;