mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-12 13:36:43 +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;
|
text: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** standard alert displaying form status after submission */
|
||||||
export const formAlert: IAlert = {
|
export const formAlert: IAlert = {
|
||||||
show: false,
|
show: false,
|
||||||
color: 'danger',
|
color: 'danger',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue