From 8264e54122875e559a9368d16e2b987df7f3863d Mon Sep 17 00:00:00 2001 From: David Matejka Date: Tue, 9 Jul 2024 14:23:48 +0200 Subject: [PATCH] chore: ae up --- build/api/react-datagrid.api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/api/react-datagrid.api.md b/build/api/react-datagrid.api.md index 24f6f08e8..31072328e 100644 --- a/build/api/react-datagrid.api.md +++ b/build/api/react-datagrid.api.md @@ -314,7 +314,7 @@ export const useDataGridColumns: () => DataGridColumns; // @public (undocumented) export const useDataGridHiddenColumns: () => { - [k: string]: boolean | undefined; + [k: string]: boolean; }; // @public (undocumented)