Add allowHTML NotificationSystem property

This commit is contained in:
Michael Durling
2016-08-23 16:08:06 -04:00
parent bf576932ea
commit 76fc7cd308
@@ -74,6 +74,7 @@ declare namespace NotificationSystem {
noAnimation?: boolean;
ref?: string;
style?: Style | boolean;
allowHTML?: boolean;
}
}