UNPKG

handsontable

Version:

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

7 lines (5 loc) 347 B
import { CellProperties } from '../../settings'; import { CellValue } from '../../common'; export const VALIDATOR_TYPE: 'intl-time'; export function sourceDataValidator(value: CellValue, cellProperties: CellProperties): boolean; export function intlTimeValidator(this: CellProperties, value: CellValue, callback: (valid: boolean) => void): void;