From 1892ce5bd44d17b8cfa4536f95f473338c673f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toprak=20Ko=C3=A7?= Date: Wed, 3 Jul 2024 13:18:27 +0300 Subject: [PATCH] Lint fixes --- components/lib/checkbox/checkbox.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/checkbox/checkbox.d.ts b/components/lib/checkbox/checkbox.d.ts index fab8626738..7b6a08eb8c 100644 --- a/components/lib/checkbox/checkbox.d.ts +++ b/components/lib/checkbox/checkbox.d.ts @@ -83,7 +83,7 @@ export interface CheckboxState { * Current focused state as a boolean. * @defaultValue false */ - focused: boolean; + focused: boolean; } /**