From e8279f10dc0b29b68264322e7fc8f2c7b985c992 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Mon, 21 Jul 2025 22:00:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20=20Updated=20Hint=20com?= =?UTF-8?q?ponent=20interface?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/hint/IVHint.type.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/hint/IVHint.type.ts b/src/components/hint/IVHint.type.ts index 1cfd440..c86f724 100644 --- a/src/components/hint/IVHint.type.ts +++ b/src/components/hint/IVHint.type.ts @@ -7,11 +7,8 @@ export default interface IVHint { */ title: string; - /** - * Determines whether an icon should be displayed alongside the hint. - * Optional. Defaults to false if not provided. - */ - icon?: boolean; + /** Name of the icon to display */ + icon?: string; /** * Specifies the type of hint to display.