@thi.ng/hiccup-svg
Version:
SVG element functions for @thi.ng/hiccup & related tooling
5 lines • 314 B
TypeScript
import type { Attribs, Vec2Like } from "./api.js";
export declare const line: (a: Vec2Like, b: Vec2Like, attribs?: Attribs, ...body: any[]) => any[];
export declare const hline: (y: number, attribs?: any) => any[];
export declare const vline: (x: number, attribs?: any) => any[];
//# sourceMappingURL=line.d.ts.map