segment-2-cubic.d.ts 158 B

12
  1. import type { PathCommand, ProcessParams } from '../types';
  2. export declare function segmentToCubic(segment: PathCommand, params: ProcessParams): PathCommand;