Files
seagull-game/app/basepak/static/js/mermaid/rendering-util/rendering-elements/shapes/defaultMindmapNode.d.ts
2025-11-23 14:59:17 -08:00

4 lines
298 B
TypeScript

import type { D3Selection } from '../../../types.js';
import type { Node } from '../../types.js';
export declare function defaultMindmapNode<T extends SVGGraphicsElement>(parent: D3Selection<T>, node: Node): Promise<import("d3-selection").Selection<SVGGElement, unknown, Element | null, unknown>>;