Fixed #1690 - ToastSeverity added .d.ts

pull/1692/head
Tuğçe Küçükoğlu 2021-10-22 17:13:33 +03:00
parent 3b392d6a24
commit 28f9bdb314
1 changed files with 7 additions and 0 deletions

View File

@ -253,3 +253,10 @@ export const PrimeIcons: {
WINDOW_MAXIMIZE?: string,
WINDOW_MINIMIZE?: string
}
export const ToastSeverity: {
INFO?: string;
WARN?: string;
ERROR?: string;
SUCCESS?: string;
}