mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Add firstpos1 and firstpos2 properties to PNotify stack
Per PNotify documentation: https://github.com/sciactive/pnotify#example-stacks
This commit is contained in:
2
jquery.pnotify/jquery.pnotify.d.ts
vendored
2
jquery.pnotify/jquery.pnotify.d.ts
vendored
@@ -11,6 +11,8 @@ interface PNotifyStack {
|
||||
push?: string;
|
||||
spacing1?: number;
|
||||
spacing2?: number;
|
||||
firstpos1?: number;
|
||||
firstpos2?: number;
|
||||
context?: JQuery
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user