🏷️ Message component interface file updated

This commit is contained in:
Paul Valerie GOMA 2025-07-24 02:44:51 +02:00
parent 4b50cef7fb
commit e05b10a34b

View File

@ -7,12 +7,6 @@ export default interface IVMessage {
*/ */
title: string; title: string;
/**
* Determines whether an icon should be displayed alongside the notice.
* @default false
*/
icon?: boolean;
/** /**
* The type of notice, which affects its visual style and semantics. * The type of notice, which affects its visual style and semantics.
* - `info`: Informational message * - `info`: Informational message