🏷️ Updated Hint component interface

This commit is contained in:
Paul Valerie GOMA 2025-07-21 23:12:18 +02:00
parent 698eb9eee6
commit 7dfca1b256

View File

@ -7,8 +7,11 @@ export default interface IVHint {
*/ */
title: string; 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. * Specifies the type of hint to display.