Skip to content

Commit

Permalink
Refactor #1811
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 22, 2021
1 parent a78fd2e commit 0a4148b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api-generator/components/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ const MessageProps = [
type: "number",
default: "300",
description: "Delay in milliseconds to close the message automatically."
},
{
name: "icon",
type: "string",
default: "null",
description: "Display a custom icon for the message."
}
];

Expand Down

0 comments on commit 0a4148b

Please sign in to comment.