UNPKG

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