Files

4 lines
300 B
TypeScript
Raw Permalink Normal View History

2025-11-23 14:59:17 -08:00
import type { Node } from '../../types.js';
import type { D3Selection } from '../../../types.js';
export declare function halfRoundedRectangle<T extends SVGGraphicsElement>(parent: D3Selection<T>, node: Node): Promise<import("d3-selection").Selection<SVGGElement, unknown, Element | null, unknown>>;