UNPKG

@matthewgapp/solidjs-flow

Version:

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

7 lines 404 B
import type { FlowRendererProps } from '../FlowRenderer'; type ZoomPaneProps = Omit<FlowRendererProps, 'deleteKeyCode' | 'selectionKeyCode' | 'multiSelectionKeyCode' | 'noDragClassName' | 'disableKeyboardA11y' | 'selectionOnDrag'> & { isControlledViewport: boolean; }; export declare function ZoomPane(_p: ZoomPaneProps): import("solid-js").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map