mirror of https://github.com/ANL-CEEESA/RELOG.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
465 B
6 lines
465 B
import type { Node } from '../../types';
|
|
import type { MiniMapNodes as MiniMapNodesProps } from './types';
|
|
declare function MiniMapNodes<NodeType extends Node>({ nodeStrokeColor, nodeColor, nodeClassName, nodeBorderRadius, nodeStrokeWidth, nodeComponent: NodeComponent, onClick, }: MiniMapNodesProps<NodeType>): import("react/jsx-runtime").JSX.Element;
|
|
declare const _default: typeof MiniMapNodes;
|
|
export default _default;
|
|
//# sourceMappingURL=MiniMapNodes.d.ts.map
|