From 856ebca8d19da22bab031e0d04f279b6b0c4e2a2 Mon Sep 17 00:00:00 2001 From: matttdawson <89495499+matttdawson@users.noreply.github.com> Date: Tue, 25 Oct 2022 17:20:54 +1300 Subject: [PATCH] BREAKING CHANGE: First release --- web/src/components/GridCell.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/GridCell.tsx b/web/src/components/GridCell.tsx index 361590e5..407beef5 100644 --- a/web/src/components/GridCell.tsx +++ b/web/src/components/GridCell.tsx @@ -18,6 +18,7 @@ export interface GenericCellEditorParams { form?: (props: MyFormProps) => JSX.Element; } +// eslint-disable-next-line @typescript-eslint/no-unused-vars export interface GenericCellEditorColDef> extends ColDef { cellEditorParams?: GenericCellEditorParams & FormProps; cellRendererParams?: GenericCellRendererParams;