UNPKG

@visactor/vrender-kits

Version:

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

6 lines (5 loc) 220 B
import type { IContext2d, EnvType } from '@visactor/vrender-core'; import { FeishuContext2d } from '../feishu'; export declare class TTContext2d extends FeishuContext2d implements IContext2d { static env: EnvType; }