🏷️ Updated Hint component interface
This commit is contained in:
parent
6d131ce9d2
commit
e8279f10dc
|
@ -7,11 +7,8 @@ export default interface IVHint {
|
||||||
*/
|
*/
|
||||||
title: string;
|
title: string;
|
||||||
|
|
||||||
/**
|
/** Name of the icon to display */
|
||||||
* Determines whether an icon should be displayed alongside the hint.
|
icon?: string;
|
||||||
* Optional. Defaults to false if not provided.
|
|
||||||
*/
|
|
||||||
icon?: boolean;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specifies the type of hint to display.
|
* Specifies the type of hint to display.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user