UNPKG

@thi.ng/scenegraph

Version:

Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support

12 lines 329 B
import type { IToHiccup } from "@thi.ng/api"; import type { ANode } from "./anode.js"; /** * `IToHiccup` implementation Node2D/3D * * @param node - * @param ctx - * * @internal */ export declare const toHiccup: <T extends ANode<T> & IToHiccup>(node: T, ctx?: any) => any[] | undefined; //# sourceMappingURL=hiccup.d.ts.map