@types/vue-clickaway
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -6,5 +6,5 @@ // Type definitions for vue-clickaway 2.2 | ||
// TypeScript Version: 3.6 | ||
import Vue, { ComponentOptions, DirectiveOptions } from 'vue'; | ||
import Vue, { ComponentOptions, DirectiveOptions } from "vue"; | ||
export const directive: DirectiveOptions; | ||
export const mixin: ComponentOptions<Vue> | typeof Vue; |
{ | ||
"name": "@types/vue-clickaway", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "TypeScript definitions for vue-clickaway", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-clickaway", | ||
"license": "MIT", | ||
@@ -14,3 +15,3 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -25,4 +26,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "8704b3355b907dc88f40f03811c6225a34fcf013d64870ee0a6cd8b104bbf3b2", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "da86a1440a0188492eec5ef29c27f52d6a25eda2478794eee573ccaab85a91ba", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,10 +8,23 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-clickaway | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-clickaway. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-clickaway/index.d.ts) | ||
````ts | ||
// Type definitions for vue-clickaway 2.2 | ||
// Project: https://github.com/simplesmiler/vue-clickaway | ||
// Definitions by: Khoa Nguyen <https://github.com/khoanguyen96> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.6 | ||
import Vue, { ComponentOptions, DirectiveOptions } from "vue"; | ||
Additional Details | ||
* Last updated: Thu, 10 Oct 2019 00:08:50 GMT | ||
* Dependencies: @types/vue | ||
export const directive: DirectiveOptions; | ||
export const mixin: ComponentOptions<Vue> | typeof Vue; | ||
```` | ||
### Additional Details | ||
* Last updated: Tue, 26 Sep 2023 10:06:28 GMT | ||
* Dependencies: [@types/vue](https://npmjs.com/package/@types/vue) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Khoa Nguyen <https://github.com/khoanguyen96>. | ||
These definitions were written by [Khoa Nguyen](https://github.com/khoanguyen96). |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3524
0
30