UNPKG

moppium-react-flow-renderer

Version:

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

10 lines (9 loc) 358 B
/** * The user selection rectangle gets displayed when a user drags the mouse while pressing shift */ import React from 'react'; declare type UserSelectionProps = { selectionKeyPressed: boolean; }; declare const _default: React.MemoExoticComponent<({ selectionKeyPressed }: UserSelectionProps) => JSX.Element | null>; export default _default;