doc: add deprecation warning

pull/2853/head
TheDiaval 5 years ago
parent 479fc27ec7
commit 7c15623dd2

@ -21,6 +21,9 @@ export namespace Toaster {
export type Severity = 'neutral' | 'success' | 'info' | 'warning' | 'error';
/**
* @deprecated Status will be removed from toaster model in v2.2
*/
export enum Status {
confirm = 'confirm',
reject = 'reject',

Loading…
Cancel
Save