@types/slate-react
Advanced tools
Comparing version 0.22.0 to 0.22.1
@@ -33,3 +33,4 @@ // Type definitions for slate-react 0.22 | ||
Range, | ||
Controller | ||
Controller, | ||
Plugin as CorePlugin | ||
} from "slate"; | ||
@@ -84,3 +85,3 @@ import * as Immutable from "immutable"; | ||
export interface Plugin { | ||
export interface Plugin extends CorePlugin { | ||
decorateNode?: (node: Node, editor: CoreEditor, next: () => any) => any; | ||
@@ -87,0 +88,0 @@ renderEditor?: (props: EditorProps, editor: CoreEditor, next: () => any) => any; |
{ | ||
"name": "@types/slate-react", | ||
"version": "0.22.0", | ||
"version": "0.22.1", | ||
"description": "TypeScript definitions for slate-react", | ||
@@ -71,4 +71,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "e7e379358fd5f631ac992fa83abdead57270fdf53c3835cfb5c09ca390c25d80", | ||
"typesPublisherContentHash": "8f525260732b11f825ff2fb06b0b0b28f97d84d057386dab69b1243e64aa07bd", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 30 May 2019 18:05:39 GMT | ||
* Last updated: Mon, 10 Jun 2019 19:43:40 GMT | ||
* Dependencies: @types/slate, @types/immutable, @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
23361
380