mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-06 10:46:40 +00:00
document Altert type
This commit is contained in:
parent
c494528b73
commit
b6ba671b6d
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ interface IAlert {
|
|||
text: string;
|
||||
}
|
||||
|
||||
/** standard alert displaying form status after submission */
|
||||
export const formAlert: IAlert = {
|
||||
show: false,
|
||||
color: 'danger',
|
||||
|
|
|
|||
Loading…
Reference in a new issue