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:
Vendored
+4
-4
@@ -79,7 +79,7 @@ interface ICheckOptions {
|
||||
/**
|
||||
* Adds hoverClass to customized input on label hover and labelHoverClass to label on input hover
|
||||
*/
|
||||
labelHover?: bool;
|
||||
labelHover?: boolean;
|
||||
/**
|
||||
* Class added to label if labelHover set to true
|
||||
*/
|
||||
@@ -91,15 +91,15 @@ interface ICheckOptions {
|
||||
/**
|
||||
* True to set 'pointer' CSS cursor over enabled inputs and 'default' over disabled
|
||||
*/
|
||||
cursor?: bool;
|
||||
cursor?: boolean;
|
||||
/**
|
||||
* Set true to inherit original input's class name
|
||||
*/
|
||||
inheritClass?: bool;
|
||||
inheritClass?: boolean;
|
||||
/**
|
||||
* If set to true, input's id is prefixed with 'iCheck-' and attached
|
||||
*/
|
||||
inheritID?: bool;
|
||||
inheritID?: boolean;
|
||||
/**
|
||||
* Add HTML code or text inside customized input
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user