UNPKG

ka-table

Version:

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

9 lines (8 loc) 257 B
import { AllHTMLAttributes } from 'react'; import { DispatchFunc } from '../types'; export declare class AttributeTableData<T> { baseFunc: any; childElementAttributes: AllHTMLAttributes<HTMLElement>; dispatch: DispatchFunc; childProps: T; }