From 7dfca1b256254d779085137bcaa9175178e28fed Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Mon, 21 Jul 2025 23:12:18 +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, 5 insertions(+), 2 deletions(-) diff --git a/src/components/hint/IVHint.type.ts b/src/components/hint/IVHint.type.ts index c86f724..1cfd440 100644 --- a/src/components/hint/IVHint.type.ts +++ b/src/components/hint/IVHint.type.ts @@ -7,8 +7,11 @@ export default interface IVHint { */ title: string; - /** Name of the icon to display */ - icon?: string; + /** + * Determines whether an icon should be displayed alongside the hint. + * Optional. Defaults to false if not provided. + */ + icon?: boolean; /** * Specifies the type of hint to display.