importtype { ColumnDef } from'@tanstack/react-table';
/**
* This helper is a workaround for the {@link https://github.com/TanStack/table/issues/4754 issue}
*/exportdeclarefunction fixDeepAccessorColumnIds<A extendsArray<ColumnDef<any>>>(columns: A): A;