| export enum ESide { | |
| Top = 'top', | |
| Right = 'right', | |
| Bottom = 'bottom', | |
| Left = 'left', | |
| } | |
| export enum NotificationSeverity { | |
| INFO = 'info', | |
| SUCCESS = 'success', | |
| WARNING = 'warning', | |
| ERROR = 'error', | |
| } | |
| export enum ESide { | |
| Top = 'top', | |
| Right = 'right', | |
| Bottom = 'bottom', | |
| Left = 'left', | |
| } | |
| export enum NotificationSeverity { | |
| INFO = 'info', | |
| SUCCESS = 'success', | |
| WARNING = 'warning', | |
| ERROR = 'error', | |
| } | |