Files
infocom-systems-design/node_modules/mermaid/dist/rendering-util/rendering-elements/shapes/circle.d.ts
2025-10-03 22:27:28 +03:00

4 lines
369 B
TypeScript

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