🏷️ Updated Hint component interface

This commit is contained in:
Paul Valerie GOMA 2025-07-21 22:00:31 +02:00
parent 6d131ce9d2
commit e8279f10dc

View File

@ -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.