@types/cleave.js
Advanced tools
Comparing version 1.4.5 to 1.4.6
{ | ||
"name": "@types/cleave.js", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"description": "TypeScript definitions for cleave.js", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cleave.js", | ||
}, | ||
"typesPublisherContentHash": "07961f34100060f703a8e387661851918a85f5ccab312b7b25a010767d46d757", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "7fe582143ff4d4f78aa64e58d29f8a8fbb357a16d46af1ed3d32c44f943e9d68", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -1,6 +0,9 @@ | ||
import * as React from "react"; | ||
import { CleaveOptions } from "../options"; | ||
import Cleave = require('../'); | ||
import * as React from 'react'; | ||
import { CleaveOptions } from '../options'; | ||
export type InitHandler = (owner: React.ReactInstance) => void; | ||
export type ReactInstanceWithCleave = React.ReactInstance & Omit<Cleave, 'destroy'>; | ||
export type InitHandler = (owner: ReactInstanceWithCleave) => void; | ||
export interface ChangeEvent<T> extends React.ChangeEvent<T> { | ||
@@ -7,0 +10,0 @@ target: { rawValue: string } & EventTarget & T; |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 18:05:52 GMT | ||
* Last updated: Thu, 25 Nov 2021 01:31:06 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
6866
110