@types/react-addons-css-transition-group
Advanced tools
| MIT License | ||
| Copyright (c) Microsoft Corporation. All rights reserved. | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE |
@@ -8,3 +8,3 @@ // Type definitions for React (react-addons-css-transition-group) 15.0 | ||
| import 'react-addons-transition-group'; | ||
| import { ComponentClass, TransitionGroupProps, CSSTransitionGroupProps } from 'react'; | ||
| import { ComponentClass, CSSTransitionGroupProps } from 'react'; | ||
@@ -21,3 +21,3 @@ declare module 'react' { | ||
| export interface CSSTransitionGroupProps extends TransitionGroupProps { | ||
| export interface CSSTransitionGroupProps extends HTMLTransitionGroupProps<ReactCSSTransitionGroup> { | ||
| transitionName: string | CSSTransitionGroupTransitionName; | ||
@@ -33,5 +33,4 @@ transitionAppear?: boolean; | ||
| declare var CSSTransitionGroup: CSSTransitionGroup; | ||
| type CSSTransitionGroup = ComponentClass<CSSTransitionGroupProps>; | ||
| export = CSSTransitionGroup; | ||
| declare var ReactCSSTransitionGroup: ReactCSSTransitionGroup; | ||
| type ReactCSSTransitionGroup = ComponentClass<CSSTransitionGroupProps>; | ||
| export = ReactCSSTransitionGroup; |
| { | ||
| "name": "@types/react-addons-css-transition-group", | ||
| "version": "15.0.1", | ||
| "version": "15.0.2", | ||
| "description": "TypeScript definitions for React (react-addons-css-transition-group)", | ||
| "license": "MIT", | ||
| "author": "Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>", | ||
| "contributors": [ | ||
| { | ||
| "name": "Asana", | ||
| "url": "https://asana.com" | ||
| }, | ||
| { | ||
| "name": "AssureSign", | ||
| "url": "http://www.assuresign.com" | ||
| }, | ||
| { | ||
| "name": "Microsoft", | ||
| "url": "https://microsoft.com" | ||
| } | ||
| ], | ||
| "main": "", | ||
@@ -18,4 +31,4 @@ "repository": { | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "fd9b5ae0a5a89e9b9c7531503ef0a911fcce1804e0854ad937266b1e2b54eecf", | ||
| "typesPublisherContentHash": "e3990cc57d16d8b29362a70b643a494c5e14f006da1e14f1f106af9db757b4df", | ||
| "typeScriptVersion": "2.1" | ||
| } |
@@ -8,6 +8,6 @@ # Installation | ||
| # Details | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/react-addons-css-transition-group | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-addons-css-transition-group | ||
| Additional Details | ||
| * Last updated: Mon, 23 Jan 2017 21:31:28 GMT | ||
| * Last updated: Fri, 21 Apr 2017 15:59:43 GMT | ||
| * Dependencies: react-addons-transition-group, react | ||
@@ -14,0 +14,0 @@ * Global values: none |
| { | ||
| "name": "react-addons-css-transition-group", | ||
| "libraryName": "React (react-addons-css-transition-group)", | ||
| "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
| "data": { | ||
| "authors": "Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>", | ||
| "dependencies": { | ||
| "react-addons-transition-group": "*", | ||
| "react": "*" | ||
| }, | ||
| "pathMappings": {}, | ||
| "libraryMajorVersion": 15, | ||
| "libraryMinorVersion": 0, | ||
| "typeScriptVersion": "2.1", | ||
| "libraryName": "React (react-addons-css-transition-group)", | ||
| "typingsPackageName": "react-addons-css-transition-group", | ||
| "projectName": "http://facebook.github.io/react/", | ||
| "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
| "globals": [], | ||
| "declaredModules": [ | ||
| "react-addons-css-transition-group/." | ||
| ], | ||
| "files": [ | ||
| "index.d.ts" | ||
| ], | ||
| "hasPackageJson": false, | ||
| "contentHash": "fd9b5ae0a5a89e9b9c7531503ef0a911fcce1804e0854ad937266b1e2b54eecf" | ||
| }, | ||
| "isLatest": true | ||
| } |
4080
6.22%29
-50%