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.
5 lines
429 B
5 lines
429 B
import type { MiniMapNodeProps } from './types';
|
|
declare function MiniMapNodeComponent({ id, x, y, width, height, style, color, strokeColor, strokeWidth, className, borderRadius, shapeRendering, selected, onClick, }: MiniMapNodeProps): import("react/jsx-runtime").JSX.Element;
|
|
export declare const MiniMapNode: import("react").MemoExoticComponent<typeof MiniMapNodeComponent>;
|
|
export {};
|
|
//# sourceMappingURL=MiniMapNode.d.ts.map
|