UNPKG

@visactor/vrender-core

Version:

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

2 lines (1 loc) 106 B
export declare function injectable(): <T extends abstract new (...args: any) => unknown>(target: T) => T;