UNPKG

reactflow-velocity

Version:

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

9 lines 557 B
/// <reference types="react" /> import type { ControlProps } from './types'; declare function ControlsComponent({ style, showZoom, showFitView, showInteractive, fitViewOptions, onZoomIn, onZoomOut, onFitView, onInteractiveChange, className, children, position, 'aria-label': ariaLabel, }: ControlProps): import("react/jsx-runtime").JSX.Element; declare namespace ControlsComponent { var displayName: string; } export declare const Controls: import("react").MemoExoticComponent<typeof ControlsComponent>; export {}; //# sourceMappingURL=Controls.d.ts.map