@types/cleave.js
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -0,0 +0,0 @@ // Type definitions for cleave.js 1.3 |
@@ -0,0 +0,0 @@ import Cleave = require("../"); |
@@ -0,0 +0,0 @@ import { CreditCardTypeChangeHandler } from "./creditCard"; |
{ | ||
"name": "@types/cleave.js", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "TypeScript definitions for cleave.js", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -33,4 +33,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "4347e6454c35967d71f35d8442cac0ff0d90d1665bacddda7d01ccd9af43c668", | ||
"typesPublisherContentHash": "21b4a88e0e46709fa2d49fad4f81053155e1ea0c3864fa3d18b18b9262d17e98", | ||
"typeScriptVersion": "2.8" | ||
} |
import * as React from "react"; | ||
import { CleaveOptions } from "../options"; | ||
import { Props } from "./props"; | ||
type InitHandler = (owner: React.ReactInstance) => void; | ||
interface Props extends React.InputHTMLAttributes<HTMLInputElement> { | ||
onInit?: InitHandler; | ||
options: CleaveOptions; | ||
htmlRef?: (i: any) => void; | ||
} | ||
declare var Cleave: React.ComponentClass<Props>; | ||
export = Cleave; |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cleave.js | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cleave.js | ||
Additional Details | ||
* Last updated: Wed, 02 May 2018 16:04:55 GMT | ||
* Last updated: Mon, 16 Jul 2018 17:07:43 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
8
89
5524