UNPKG

hightable

Version:

A dynamic windowed scrolling table component for react

7 lines (6 loc) 187 B
import React from 'react'; export interface ColumnConfig { headerComponent?: React.ReactNode; minWidth?: number; } export type ColumnConfiguration = Record<string, ColumnConfig>;