UNPKG

@xyflow/react

Version:

React Flow - A highly customizable React library for building node-based editors and interactive flow charts.

5 lines 205 B
import { ReactNode } from 'react'; export declare function NodeToolbarPortal({ children }: { children: ReactNode; }): import("react").ReactPortal | null; //# sourceMappingURL=NodeToolbarPortal.d.ts.map