@types/react-codemirror
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -12,3 +12,5 @@ // Type definitions for React Codemirror v1.0.0 | ||
declare namespace ReactCodeMirror { | ||
interface ReactCodeMirrorProps extends React.Props<ReactCodeMirror> { | ||
interface ReactCodeMirrorProps { | ||
children?: React.ReactNode; | ||
ref?: React.LegacyRef<ReactCodeMirror> | undefined; | ||
/** Automatically focuses the editor when it is mounted (default false) */ | ||
@@ -15,0 +17,0 @@ autoFocus?: boolean | undefined; |
{ | ||
"name": "@types/react-codemirror", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "TypeScript definitions for React Codemirror", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-codemirror", | ||
}, | ||
"typesPublisherContentHash": "a7b6c1a27e91591de98c5ef6220fb6e7f6135e73e24b97aef1fddf5e05bf9162", | ||
"typesPublisherContentHash": "f4a99bcc690a66582ab38584b4d31e7fbaefb97292f9f947d561a9c5b63c3954", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 20:20:31 GMT | ||
* Last updated: Thu, 21 Oct 2021 23:01:37 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/codemirror](https://npmjs.com/package/@types/codemirror) | ||
@@ -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
5547
53