feat: persist table columns - refactor resize handling

This commit is contained in:
maciek
2023-05-05 16:54:27 +02:00
parent 500e1a3e5d
commit 362424ca02
@@ -1,4 +1,4 @@
import type { MutableRefObject, ForwardedRef } from 'react';
import type { MutableRefObject } from 'react';
import { useCallback } from 'react';
import type { AgGridReact } from 'ag-grid-react';
import type { Column } from 'ag-grid-community';