@appkitreact/react-table-library
Version:
fork of react-table-library to support react 18 version
7 lines (6 loc) • 338 B
TypeScript
import * as React from 'react';
import { HeaderProps, HeaderRowProps, HeaderCellProps } from '@appkitreact/react-table-library/types/table';
declare const Footer: React.FC<HeaderProps>;
declare const FooterRow: React.FC<HeaderRowProps>;
declare const FooterCell: React.FC<HeaderCellProps>;
export { Footer, FooterRow, FooterCell };