mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
change positionAll animate from string to boolean
This commit is contained in:
Vendored
+1
-1
@@ -338,7 +338,7 @@ interface PNotifyConstructor {
|
||||
/**
|
||||
* Reposition the notices, optionally animating their movement.
|
||||
*/
|
||||
positionAll(animate?: string): void
|
||||
positionAll(animate?: boolean): void
|
||||
}
|
||||
|
||||
declare var PNotify: PNotifyConstructor;
|
||||
|
||||
Reference in New Issue
Block a user