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.