UNPKG

@antv/path-util

Version:

A common util collection for antv projects

3 lines (2 loc) 158 B
import type { PathCommand, ProcessParams } from '../types'; export declare function segmentToCubic(segment: PathCommand, params: ProcessParams): PathCommand;