UNPKG

ka-table

Version:

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

5 lines (4 loc) 239 B
import React from 'react'; import { ICellEditorValidationMessageProps } from '../../props'; declare const CellEditorValidationMessage: React.FunctionComponent<ICellEditorValidationMessageProps>; export default CellEditorValidationMessage;