mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Big replacement: bool with boolean
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@
|
||||
|
||||
interface WatermarkOptions {
|
||||
className?: string; // Default class name for all watermarks
|
||||
useNative?: bool; // If true, plugin will detect and use native browser support for watermarks, if available. (e.g., WebKit's placeholder attribute.)
|
||||
hideBeforeUnload?: bool; // If true, all watermarks will be hidden during the window beforeunload event.
|
||||
useNative?: boolean; // If true, plugin will detect and use native browser support for watermarks, if available. (e.g., WebKit's placeholder attribute.)
|
||||
hideBeforeUnload?: boolean; // If true, all watermarks will be hidden during the window beforeunload event.
|
||||
}
|
||||
|
||||
interface Watermark {
|
||||
|
||||
Reference in New Issue
Block a user