UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

3 lines (2 loc) 184 B
import type { PathSegment, ParserParams, CSegment, MSegment } from '../types'; export declare function segmentToCubic(segment: PathSegment, params: ParserParams): CSegment | MSegment;