MrShi
4 天以前 b806c4ad52a661a1e5f0695650ec1a7e42f01633
1
2
import { VectorArray } from '../../core/vector';
export default function smoothBezier(points: VectorArray[], smooth?: number, isLoop?: boolean, constraint?: VectorArray[]): any[][];