@types/react-frame-component
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -20,3 +20,3 @@ // Type definitions for react-frame-component 4.1 | ||
export interface FrameContext { | ||
export interface FrameContextProps { | ||
document?: any; | ||
@@ -26,4 +26,6 @@ window?: any; | ||
export const FrameContextProvider: React.Provider<FrameContext>; | ||
export const FrameContext: React.Context<FrameContextProps>; | ||
export const FrameContextConsumer: React.Consumer<FrameContext>; | ||
export const FrameContextProvider: React.Provider<FrameContextProps>; | ||
export const FrameContextConsumer: React.Consumer<FrameContextProps>; |
{ | ||
"name": "@types/react-frame-component", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "TypeScript definitions for react-frame-component", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "c0c13af6caf8e21e4d6c1b01ab37456c27949d14d9c86701432aca9fb20fa17b", | ||
"typesPublisherContentHash": "f8de92d3158fea4054db325ab59f16a527005b03b076c626a0507b0618ecd992", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 02 Oct 2019 20:33:18 GMT | ||
* Last updated: Wed, 09 Oct 2019 19:11:28 GMT | ||
* Dependencies: @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
3442
22