前端初始化
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
import { VectorArray } from '../../core/vector';
|
||||
export default function smoothBezier(points: VectorArray[], smooth?: number, isLoop?: boolean, constraint?: VectorArray[]): any[][];
|
||||
Reference in New Issue
Block a user