UNPKG

window-table

Version:

Windowing Table for React based on React Window

5 lines (4 loc) 213 B
/// <reference types="react" /> import { Html5TableProps } from './core/types'; declare function Html5Table<T = any>({ headerClassName, ...props }: Html5TableProps<T>): JSX.Element; export default Html5Table;