@types/slate-react
Advanced tools
Comparing version 0.22.2 to 0.22.3
@@ -47,3 +47,3 @@ // Type definitions for slate-react 0.22 | ||
children: React.ReactNode; | ||
editor: CoreEditor; | ||
editor: Editor; | ||
mark: Mark; | ||
@@ -57,10 +57,10 @@ marks: Immutable.Set<Mark>; | ||
export interface RenderNodeProps { | ||
attributes: RenderAttributes; | ||
children: React.ReactNode; | ||
editor: CoreEditor; | ||
isFocused: boolean; | ||
isSelected: boolean; | ||
key: string; | ||
parent: Node; | ||
readOnly: boolean; | ||
attributes: RenderAttributes; | ||
children: React.ReactNode; | ||
editor: Editor; | ||
isFocused: boolean; | ||
isSelected: boolean; | ||
key: string; | ||
parent: Node; | ||
readOnly: boolean; | ||
} | ||
@@ -67,0 +67,0 @@ |
{ | ||
"name": "@types/slate-react", | ||
"version": "0.22.2", | ||
"version": "0.22.3", | ||
"description": "TypeScript definitions for slate-react", | ||
@@ -71,4 +71,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "1ed6a428b68843e4f1d5df01d0b1e3994409fbab6a914bdbeb89476f23d85703", | ||
"typesPublisherContentHash": "3a5e62e70932484f391985601440d29f613a8972061aeb246832812ca3a5e1d7", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 27 Jun 2019 18:09:22 GMT | ||
* Last updated: Tue, 16 Jul 2019 00:02:58 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
23478