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:
+1
-1
@@ -17,7 +17,7 @@ interface SimplePaginationOptions {
|
||||
prevText?: string;
|
||||
nextText?: string;
|
||||
cssStyle?: string;
|
||||
selectOnClick?: bool;
|
||||
selectOnClick?: boolean;
|
||||
onPageClick?: (interger) => void;
|
||||
onInit?: () => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user