UNPKG

handsontable

Version:

Handsontable is a JavaScript Data Grid available for React, Angular and Vue.

6 lines (5 loc) 93 B
export interface SelectionController { row: boolean; column: boolean; cell: boolean; }