@thi.ng/hiccup-svg
Version:
SVG element functions for @thi.ng/hiccup & related tooling
4 lines • 391 B
TypeScript
import type { Attribs, GradientStop, Vec2Like } from "./api.js";
export declare const linearGradient: (id: string, from: Vec2Like, to: Vec2Like, stops: GradientStop[], attribs?: Attribs) => any[];
export declare const radialGradient: (id: string, from: Vec2Like, to: Vec2Like, fr: number, r: number, stops: GradientStop[], attribs?: Attribs) => any[];
//# sourceMappingURL=gradients.d.ts.map