@table-library/react-table-library
Version:
react-table-library
7 lines (6 loc) • 340 B
TypeScript
import * as React from 'react';
import { HeaderProps, HeaderRowProps, HeaderCellProps } from '@table-library/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 };