UNPKG

ka-table

Version:

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

7 lines (6 loc) 296 B
import { PropsWithChildren } from 'react'; import { ChildAttributesItem } from '../types'; export declare class ChildComponent<TProps> { elementAttributes?: (props: PropsWithChildren<TProps>) => (ChildAttributesItem<TProps> | void); content?: (props: PropsWithChildren<TProps>) => any; }