🏷️ Message component interface file updated
This commit is contained in:
parent
1aa7a142c6
commit
8a43684027
|
@ -19,10 +19,9 @@ export default interface IVMessage {
|
|||
* - `warning`: Warning message
|
||||
* - `alert`: Error or critical alert
|
||||
* - `success`: Confirmation or success message
|
||||
* - `active`: Ongoing or active status
|
||||
* - undefined: No specific type
|
||||
*/
|
||||
type?: 'info' | 'warning' | 'alert' | 'success' | 'active' | undefined;
|
||||
type?: 'info' | 'warning' | 'alert' | 'success' | undefined;
|
||||
|
||||
/**
|
||||
* If true, the notice can be closed by the user.
|
||||
|
|
Loading…
Reference in New Issue
Block a user