UNPKG

@visactor/vrender-core

Version:

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

4 lines (3 loc) 255 B
import type { IGraphic } from '../interface/graphic'; import type { IContext2d } from '../interface/context'; export declare const draw3dItem: (context: IContext2d, graphic: IGraphic, callback: (isPie: boolean, is3d: boolean) => any, output: any) => any;