state sync
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import type { Node } from '../../types.js';
|
||||
import type { D3Selection } from '../../../types.js';
|
||||
export declare function multiWaveEdgedRectangle<T extends SVGGraphicsElement>(parent: D3Selection<T>, node: Node): Promise<import("d3-selection").Selection<SVGGElement, unknown, Element | null, unknown>>;
|
||||
Reference in New Issue
Block a user