UNPKG

@xyflow/react

Version:

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

7 lines 241 B
import type { ReactNode } from 'react'; type ViewportProps = { children: ReactNode; }; export declare function Viewport({ children }: ViewportProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map