UNPKG

mermaid

Version:

Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.

4 lines (3 loc) 245 B
import type { Node } from '../../types.js'; import type { SVG } from '../../../diagram-api/types.js'; export declare const stateStart: (parent: SVG, node: Node) => import("d3-selection").Selection<SVGGElement, unknown, Element | null, unknown>;