@thi.ng/hiccup-svg
Version:
SVG element functions for @thi.ng/hiccup & related tooling
4 lines • 346 B
TypeScript
import type { Attribs, Vec2Like } from "./api.js";
export declare const rect: (p: Vec2Like, width: number, height: number, attribs?: Attribs, ...body: any[]) => any[];
export declare const roundedRect: (p: Vec2Like, width: number, height: number, rx: number, ry: number, attribs?: any, ...body: any[]) => any[];
//# sourceMappingURL=rect.d.ts.map