UNPKG

811 BTypeScriptView Raw
1// Type definitions for react-transition-group 4.4
2// Project: https://github.com/reactjs/react-transition-group
3// Definitions by: Karol Janyst <https://github.com/LKay>
4// Epskampie <https://github.com/Epskampie>
5// Masafumi Koba <https://github.com/ybiquitous>
6// tu4mo <https://github.com/tu4mo>
7// Ben Grynhaus <https://github.com/bengry>
8// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
9// TypeScript Version: 2.8
10
11export { default as Transition, TransitionStatus } from './Transition';
12export { default as CSSTransition } from './CSSTransition';
13export { default as TransitionGroup } from './TransitionGroup';
14export { default as SwitchTransition } from './SwitchTransition';
15export { default as config } from './config';