UNPKG

hightable

Version:

A dynamic windowed scrolling table component for react

9 lines (8 loc) 320 B
export declare function cellStyle(width: number | undefined): { minWidth: string | undefined; maxWidth: string | undefined; }; export declare function leftCellStyle(minWidth: number | undefined): { minWidth: string | undefined; }; export declare function measureWidth(element: HTMLTableCellElement): number;