@types/react-addons-linked-state-mixin
Advanced tools
Comparing version 0.14.13 to 0.14.14
@@ -24,3 +24,3 @@ // Type definitions for React v0.14 (react-addons-linked-state-mixin) | ||
declare module 'react' { | ||
interface HTMLAttributes { | ||
interface HTMLAttributes<T> { | ||
checkedLink?: LinkedStateMixin.ReactLink<boolean>; | ||
@@ -27,0 +27,0 @@ valueLink?: LinkedStateMixin.ReactLink<boolean | string | number>; |
{ | ||
"name": "@types/react-addons-linked-state-mixin", | ||
"version": "0.14.13", | ||
"version": "0.14.14", | ||
"description": "TypeScript definitions for React v0.14 (react-addons-linked-state-mixin)", | ||
"license": "MIT", | ||
"author": "Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>", | ||
"main": "", | ||
"scripts": {}, | ||
"author": "Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>", | ||
"repository": { | ||
@@ -12,7 +12,7 @@ "type": "git", | ||
}, | ||
"license": "MIT", | ||
"typings": "index.d.ts", | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/react": "0.14.*" | ||
} | ||
}, | ||
"typings": "index.d.ts" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 14 Jul 2016 13:52:49 GMT | ||
* Last updated: Tue, 19 Jul 2016 13:07:25 GMT | ||
* File structure: ModuleAugmentation | ||
@@ -14,0 +14,0 @@ * Library Dependencies: none |
@@ -25,3 +25,4 @@ { | ||
], | ||
"contentHash": "5fde308fbd2460d40282dd64c5cf311bb2e287993b852fa02981594a89a89d2c" | ||
"hasPackageJson": false, | ||
"contentHash": "10be12dec7590d879dca4fad548a8f16cb56baa8f978fbe1f22535f49d9c4743" | ||
} |
3138
49