UNPKG

mermaid

Version:

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

4 lines (3 loc) 244 B
import type { D3Selection } from '../../../types.js'; import type { Node } from '../../types.js'; export declare function usecaseActorAwesome<T extends SVGGraphicsElement>(parent: D3Selection<T>, node: Node): Promise<D3Selection<SVGGElement>>;