UNPKG

@thi.ng/hiccup-svg

Version:

SVG element functions for @thi.ng/hiccup & related tooling

3 lines 186 B
import type { Attribs, PathSegment } from "./api.js"; export declare const path: (segments: PathSegment[], attribs?: Attribs, ...body: any[]) => any[]; //# sourceMappingURL=path.d.ts.map