mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Big replacement: bool with boolean
This commit is contained in:
Vendored
+2
-2
@@ -12,8 +12,8 @@ interface SwipeViewOptions {
|
||||
text?: string;
|
||||
numberOfPages?: number;
|
||||
snapThreshold?: number;
|
||||
hastyPageFlip?: bool;
|
||||
loop?: bool;
|
||||
hastyPageFlip?: boolean;
|
||||
loop?: boolean;
|
||||
}
|
||||
|
||||
interface PageHTMLElement extends HTMLElement {
|
||||
|
||||
Reference in New Issue
Block a user