Blame view

node_modules/zrender/lib/graphic/helper/smoothBezier.d.ts 182 Bytes
bd028579   易尊强   2/28
1
2
  import { VectorArray } from '../../core/vector';
  export default function smoothBezier(points: VectorArray[], smooth?: number, isLoop?: boolean, constraint?: VectorArray[]): any[][];