15.0.10 • Published 6 months ago

@types/react-addons-transition-group v15.0.10

Weekly downloads
19,415
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/react-addons-transition-group

Summary

This package contains type definitions for React (react-addons-transition-group) (http://facebook.github.io/react/).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-addons-transition-group.

index.d.ts

// Type definitions for React (react-addons-transition-group) 15.0
// Project: http://facebook.github.io/react/
// Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

import { ComponentClass, TransitionGroupProps } from 'react';

declare module 'react' {
    export interface HTMLTransitionGroupProps<T> extends HTMLAttributes<T> {
        component?: ElementType | undefined;
        childFactory?: ((child: ReactElement) => ReactElement) | undefined;
    }

    export interface TransitionGroupProps extends HTMLTransitionGroupProps<ReactTransitionGroup> {
    }
}

declare var ReactTransitionGroup: ReactTransitionGroup;
type ReactTransitionGroup = ComponentClass<TransitionGroupProps>;
export = ReactTransitionGroup;

Additional Details

  • Last updated: Wed, 03 Nov 2021 18:31:20 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Asana, AssureSign, and Microsoft.

15.0.8

8 months ago

15.0.9

7 months ago

15.0.10

6 months ago

15.0.7

3 years ago

15.0.6

3 years ago

15.0.5

3 years ago

15.0.4

5 years ago

15.0.3

6 years ago

15.0.2

6 years ago

15.0.1

7 years ago

15.0.0

7 years ago

0.14.19

7 years ago

0.14.18

7 years ago

0.14.17

8 years ago

0.14.16

8 years ago

0.14.15

8 years ago

0.14.14

8 years ago

0.14.13

8 years ago

0.14.12-alpha

8 years ago

0.14.11-alpha

8 years ago

0.14.10-alpha

8 years ago

0.14.9-alpha

8 years ago

0.14.8-alpha

8 years ago

0.14.7-alpha

8 years ago

0.14.2-alpha

8 years ago

0.14.1-alpha

8 years ago