UNPKG

handsontable

Version:

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

7 lines (5 loc) 385 B
import Core from '../../core'; import { CellProperties } from '../../settings'; export const RENDERER_TYPE: 'intl-time'; export const valueFormatter: (value: any, cellProperties: CellProperties) => string; export function intlTimeRenderer(instance: Core, TD: HTMLTableCellElement, row: number, column: number, prop: string | number, value: any, cellProperties: CellProperties): void;