UNPKG

@visactor/vrender-core

Version:

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

4 lines (3 loc) 82 B
import type { ILine } from './line'; export interface IPolyline extends ILine { }