From 504ebd8a8d325bcf696d2bdc2422c36a295fbdc9 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sat, 17 Jun 2023 00:55:10 +0300 Subject: [PATCH] Update CSS typings for InteractiveSearch --- frontend/src/InteractiveSearch/InteractiveSearch.css.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/InteractiveSearch/InteractiveSearch.css.d.ts b/frontend/src/InteractiveSearch/InteractiveSearch.css.d.ts index 9ba7f72a4..74bcaaa83 100644 --- a/frontend/src/InteractiveSearch/InteractiveSearch.css.d.ts +++ b/frontend/src/InteractiveSearch/InteractiveSearch.css.d.ts @@ -1,6 +1,7 @@ // This file is automatically generated. // Please do not change this file! interface CssExports { + 'blankpad': string; 'filterMenuContainer': string; 'filteredMessage': string; }