UNPKG

handsontable

Version:

Handsontable is a JavaScript Spreadsheet Component available for React, Angular and Vue.

10 lines (7 loc) 217 B
import Core from '../../core'; import { BasePlugin } from '../base'; export type Settings = boolean; export class BindRowsWithHeaders extends BasePlugin { constructor(hotInstance: Core); isEnabled(): boolean; }