UNPKG

handsontable

Version:

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

6 lines (4 loc) 248 B
import { CellProperties } from '../../settings'; import { CellValue } from '../../common'; export const VALIDATOR_TYPE: 'numeric'; export function numericValidator(this: CellProperties, value: CellValue, callback: (valid: boolean) => void): void;