document Altert type

This commit is contained in:
Ruidy Nemausat 2020-05-17 10:35:31 +02:00
parent c494528b73
commit b6ba671b6d

View file

@ -4,6 +4,7 @@ interface IAlert {
text: string;
}
/** standard alert displaying form status after submission */
export const formAlert: IAlert = {
show: false,
color: 'danger',