@types/cleave.js
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -9,3 +9,16 @@ // Type definitions for cleave.js 1.0 | ||
declare function Cleave(selector: string, options: CleaveOptions): void; | ||
declare class Cleave { | ||
constructor(selector: string, options: CleaveOptions); | ||
getRawValue(): string; | ||
setRawValue(value: string): void; | ||
getFormattedValue(): string; | ||
destroy(): void; | ||
setPhoneRegionCode(regionCode: string): void; | ||
} | ||
export = Cleave; |
@@ -0,0 +0,0 @@ // Credit Card Options |
{ | ||
"name": "@types/cleave.js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for cleave.js", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "9eb31775733e95516f9b4723da347d863c123170d85b3f4ee5bd5ec9f31ba1fa", | ||
"typesPublisherContentHash": "e593613140b786accc1b93461c3f7a381a6bd34b1c9772822081a772dbc63588", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -0,0 +0,0 @@ import * as React from "react"; |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 13 Nov 2017 23:49:21 GMT | ||
* Last updated: Fri, 19 Jan 2018 22:53:49 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5008
81