UNPKG

@table-library/react-table-library

Version:
7 lines (6 loc) 340 B
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 };