mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 17:08:21 +08:00
Updated level and position types.
This commit is contained in:
@@ -22,8 +22,8 @@ declare namespace NotificationSystem {
|
||||
export interface Notification {
|
||||
title?: string;
|
||||
message?: string;
|
||||
level?: string;
|
||||
position?: string;
|
||||
level?: "error" | "warning" | "info" | "success";
|
||||
position?: "tr" | "tl" | "tc" | "br" | "bl" | "bc";
|
||||
autoDismiss?: number;
|
||||
dismissible?: boolean;
|
||||
action?: ActionObject;
|
||||
|
||||
Reference in New Issue
Block a user