UNPKG

@table-library/react-table-library

Version:
5 lines (4 loc) 365 B
import * as React from 'react'; declare const RowContainer: React.ForwardRefExoticComponent<Pick<Record<string, any>, string> & React.RefAttributes<HTMLTableRowElement>>; declare const HeaderRowContainer: React.ForwardRefExoticComponent<Pick<Record<string, any>, string> & React.RefAttributes<HTMLTableRowElement>>; export { RowContainer, HeaderRowContainer };