UNPKG

@reactodia/workspace

Version:

Reactodia Workspace -- library for visual interaction with graphs in a form of a diagram.

10 lines 394 B
import * as React from 'react'; import type { HotkeyString } from '../coreUtils/hotkey'; export interface SelectionProps { boxMargin?: number; itemMargin?: number; hotkeySelectAll?: HotkeyString | null; children?: React.ReactNode; } export declare function Selection(props: SelectionProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=selection.d.ts.map