@types/prosemirror-dropcursor
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -20,2 +20,2 @@ // Type definitions for prosemirror-dropcursor 1.0 | ||
*/ | ||
export function dropCursor(options?: { color?: string | null, width?: number | null }): Plugin; | ||
export function dropCursor(options?: { color?: string | null; width?: number | null }): Plugin; |
{ | ||
"name": "@types/prosemirror-dropcursor", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for prosemirror-dropcursor", | ||
@@ -24,5 +24,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/prosemirror-dropcursor" | ||
}, | ||
@@ -33,4 +35,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "db3aca5ea742be8c79eb1daa8db46518f2a392d57777e79d5bfadd39d8a3d81a", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "05b87cd3d1f9f1e2a6a44dee47cea238552504939d86fb9cba2b7cb5841b1750", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-dropcursor | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-dropcursor. | ||
Additional Details | ||
* Last updated: Mon, 17 Sep 2018 19:27:13 GMT | ||
* Dependencies: prosemirror-state | ||
### Additional Details | ||
* Last updated: Mon, 18 Jan 2021 15:07:05 GMT | ||
* Dependencies: [@types/prosemirror-state](https://npmjs.com/package/@types/prosemirror-state) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Bradley Ayers <https://github.com/bradleyayers>, David Hahn <https://github.com/davidka>, Daniil Dotsev <https://github.com/dddotsev>. | ||
These definitions were written by [Bradley Ayers](https://github.com/bradleyayers), [David Hahn](https://github.com/davidka), and [Daniil Dotsev](https://github.com/dddotsev). |
Sorry, the diff of this file is not supported yet
3863