@types/react-overlays
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -13,3 +13,3 @@ import * as React from "react"; | ||
props: { | ||
ref?(element: HTMLElement): void; | ||
ref: (popperNode: HTMLElement | null) => void; | ||
'aria-haspopup': true; | ||
@@ -16,0 +16,0 @@ 'aria-expanded': boolean; |
@@ -21,3 +21,3 @@ import * as React from "react"; | ||
props: { | ||
ref?(element: HTMLElement): void; | ||
ref: (popperNode: HTMLElement | null) => void; | ||
style: { [key: string]: string | number }; | ||
@@ -27,3 +27,3 @@ 'aria-labelledby'?: string; | ||
arrowProps: { | ||
ref?(element: HTMLElement): void; | ||
ref: (popperNode: HTMLElement | null) => void; | ||
style: { [key: string]: string | number }; | ||
@@ -30,0 +30,0 @@ }; |
{ | ||
"name": "@types/react-overlays", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "TypeScript definitions for React Overlays", | ||
@@ -27,3 +27,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/react-overlays" | ||
}, | ||
@@ -35,4 +36,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "0919efb4614db38b028443c9585ed9554c7482521682b94ceb24b3a18b4384b7", | ||
"typesPublisherContentHash": "3dc922296ac1bdf7d6515d09e9859552dc50b96352f65fb4612cb06e7c86aab0", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 21:06:16 GMT | ||
* Last updated: Tue, 18 Jun 2019 18:20:10 GMT | ||
* Dependencies: @types/react, @types/react-transition-group | ||
@@ -14,0 +14,0 @@ * Global values: none |
21098