UNPKG

ka-table

Version:

The customizable, extendable, lightweight, and fully free React Table Component

4 lines (3 loc) 210 B
import { Column } from '../models'; import { ValidationFunc } from '../types'; export declare const getValidationValue: (value: any, rowData: any, column: Column, validation?: ValidationFunc) => string | void;