UNPKG

@visactor/vrender-core

Version:

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

8 lines (7 loc) 286 B
import type { IAreaCacheItem, IDirection, IPath2D } from '../interface'; export declare function drawAreaSegments(path: IPath2D, segPath: IAreaCacheItem, percent: number, params?: { offsetX?: number; offsetY?: number; offsetZ?: number; direction?: IDirection; }): void;