UNPKG

@thi.ng/geom

Version:

Functional, polymorphic API for 2D geometry types & SVG generation

15 lines 415 B
import type { IHiccupShape2 } from "../api.js"; /** * Dummy shape container for arbitrary hiccup elements. See {@link extra} for * more details. */ export declare class Extra implements IHiccupShape2<Extra> { body: any[]; readonly type = "extra"; readonly dim = 2; constructor(body: any[]); copy(): Extra; withAttribs(): Extra; toHiccup(): any[]; } //# sourceMappingURL=extra.d.ts.map