UNPKG

ka-table

Version:

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

6 lines (5 loc) 134 B
import { Cell } from './Cell'; export declare class EditableCell extends Cell { editorValue?: any; validationMessage?: any; }