Files
IOT_WEB/node_modules/zrender/lib/graphic/helper/smoothSpline.d.ts
T
2026-08-21 15:36:24 +08:00

3 lines
143 B
TypeScript

import { VectorArray } from '../../core/vector';
export default function smoothSpline(points: VectorArray[], isLoop?: boolean): VectorArray[];