UNPKG

handsontable

Version:

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

7 lines (4 loc) 250 B
import { CellProperties } from '../settings'; import { CellValue } from '../common'; export function baseValidator(this: CellProperties, value: CellValue, callback: (valid: boolean) => void): void; export type BaseValidator = typeof baseValidator;