UNPKG

react-konva-grid

Version:

Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets

5 lines (4 loc) 164 B
/// <reference types="react" /> import { SelectionProps } from "./Grid"; declare const Selection: (props: SelectionProps) => JSX.Element; export default Selection;