UNPKG

handsontable

Version:

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

11 lines (8 loc) 251 B
import Core from '../../core'; import { TextEditor } from '../textEditor'; export const EDITOR_TYPE: 'handsontable'; export class HandsontableEditor extends TextEditor { constructor(instance: Core); htEditor: Core; htContainer: HTMLElement; }