mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Big replacement: bool with boolean
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ interface NotifyOptions {
|
||||
Allow alert to be closable through a close icon.
|
||||
@param {bool} closable
|
||||
*/
|
||||
closable?: bool;
|
||||
closable?: boolean;
|
||||
/**
|
||||
Alert transition, pretty sure only fade is supported, you can try others if you wish.
|
||||
@param {string} transition
|
||||
@@ -44,7 +44,7 @@ interface NotifyOptions {
|
||||
}
|
||||
|
||||
interface NotifyFadeOutSettings {
|
||||
enabled?: bool;
|
||||
enabled?: boolean;
|
||||
delay?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user