@types/react-rte
Advanced tools
Comparing version 0.16.2 to 0.16.3
@@ -92,3 +92,3 @@ // Type definitions for react-rte 0.16 | ||
interface StyleConfig { | ||
export interface StyleConfig { | ||
label: string; | ||
@@ -99,3 +99,3 @@ style: string; | ||
type StyleConfigList = StyleConfig[]; | ||
export type StyleConfigList = StyleConfig[]; | ||
@@ -124,3 +124,3 @@ type ChangeHandler = (value: EditorValue) => any; | ||
interface ToolbarConfig { | ||
export interface ToolbarConfig { | ||
display: GroupName[]; | ||
@@ -127,0 +127,0 @@ extraProps?: object | undefined; |
{ | ||
"name": "@types/react-rte", | ||
"version": "0.16.2", | ||
"version": "0.16.3", | ||
"description": "TypeScript definitions for react-rte", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-rte", | ||
}, | ||
"typesPublisherContentHash": "b04680fef09caca6979667101469fb8e3f82536460a7bd7688249c13f26f24a6", | ||
"typesPublisherContentHash": "1c7dc2bd17739f558bd9af22374ea963315b577c592300b1f6e9f7dc292fdf6b", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 22:41:30 GMT | ||
* Last updated: Mon, 19 Jul 2021 23:31:20 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/draft-js](https://npmjs.com/package/@types/draft-js) | ||
@@ -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
7536