import '@tanstack/react-table' // https://tanstack.com/table/latest/docs/api/core/column-def#meta declare module '@tanstack/react-table' { // eslint-disable-next-line @typescript-eslint/no-unused-vars interface ColumnMeta { className?: string label?: string } // eslint-disable-next-line @typescript-eslint/no-unused-vars interface TableMeta { isFetching?: boolean refetch?: () => void } }