import { RowData } from '@tanstack/react-table'; import { TdHTMLAttributes, ThHTMLAttributes } from 'react'; declare module '@tanstack/react-table' { export interface ColumnMeta { cellProps?: TdHTMLAttributes; headerProps?: ThHTMLAttributes; footerProps?: ThHTMLAttributes; } }