UNPKG

handsontable

Version:

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

12 lines (11 loc) 243 B
import { TextEditor } from "../textEditor/index.mjs"; export const EDITOR_TYPE = 'numeric'; /** * @private * @class NumericEditor */ export class NumericEditor extends TextEditor { static get EDITOR_TYPE() { return EDITOR_TYPE; } }