UNPKG

moppium-react-flow-renderer

Version:

[![react-flow](https://user-images.githubusercontent.com/2857535/95224198-b2540000-07fa-11eb-832d-361d72d60345.jpg)](https://reactflow.dev)

18 lines (17 loc) 503 B
import React, { CSSProperties } from 'react'; interface MiniMapNodeProps { x: number; y: number; width: number; height: number; borderRadius: number; className: string; color: string; strokeColor: string; style?: CSSProperties; } declare const _default: React.MemoExoticComponent<{ ({ x, y, width, height, style, color, strokeColor, className, borderRadius }: MiniMapNodeProps): JSX.Element; displayName: string; }>; export default _default;