| 4 | |
| 5 | declare module '@tanstack/react-table' { |
| 6 | interface ColumnMeta<_TData extends RowData, _TValue> { |
| 7 | align?: 'left' | 'center' | 'right'; |
| 8 | width?: number | string; |
| 9 | minWidth?: number | string; |
| 10 | maxWidth?: number | string; |
| 11 | styles?: CSSProperties; |
| 12 | isDragHandle?: boolean; |
| 13 | } |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected