@table-library/react-table-library
Version:
react-table-library
5 lines (4 loc) • 365 B
TypeScript
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 };