@appkitreact/react-table-library
Version:
fork of react-table-library to support react 18 version
5 lines (4 loc) • 363 B
TypeScript
import * as React from 'react';
declare const RowContainer: React.ForwardRefExoticComponent<Omit<Record<string, any>, "ref"> & React.RefAttributes<HTMLTableRowElement>>;
declare const HeaderRowContainer: React.ForwardRefExoticComponent<Omit<Record<string, any>, "ref"> & React.RefAttributes<HTMLTableRowElement>>;
export { RowContainer, HeaderRowContainer };