UNPKG

gridjs

Version:

Advanced table plugin

10 lines (9 loc) 252 B
import { h } from 'preact'; import { Row } from 'gridjs'; import { Cell } from 'gridjs'; interface RowSelectionProps { row?: Row; cell?: Cell; } export declare function RowSelection(props: RowSelectionProps): h.JSX.Element; export {};