@types/react-frame-component
Advanced tools
Comparing version 4.1.2 to 4.1.3
@@ -21,4 +21,4 @@ // Type definitions for react-frame-component 4.1 | ||
export interface FrameContextProps { | ||
document?: any; | ||
window?: any; | ||
document?: HTMLDocument; | ||
window?: Window; | ||
} | ||
@@ -31,1 +31,3 @@ | ||
export const FrameContextConsumer: React.Consumer<FrameContextProps>; | ||
export function useFrame(): FrameContextProps; |
{ | ||
"name": "@types/react-frame-component", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "TypeScript definitions for react-frame-component", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-frame-component", | ||
}, | ||
"typesPublisherContentHash": "86479cd4cb755337f472613ba29c1e1b293f869e3d4dbaf9c2245eaa5e563970", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "013970e8ecae8c5c83b35e2acf0eef5645d5877dce364d56bc2c1233c6cb3a74", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -31,4 +31,4 @@ # Installation | ||
export interface FrameContextProps { | ||
document?: any; | ||
window?: any; | ||
document?: HTMLDocument; | ||
window?: Window; | ||
} | ||
@@ -42,6 +42,8 @@ | ||
export function useFrame(): FrameContextProps; | ||
```` | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 20:20:42 GMT | ||
* Last updated: Tue, 14 Sep 2021 12:31:29 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -48,0 +50,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
4896
23
52