13404089107
2025-05-23 e3a78db2a9b791284dfbc087f393ecca08de1ca1
1
2
import { VectorArray } from '../../core/vector';
export default function smoothBezier(points: VectorArray[], smooth?: number, isLoop?: boolean, constraint?: VectorArray[]): any[][];