UNPKG

759 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// Ben Grynhaus <https://github.com/bengry>
7// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
8// TypeScript Version: 2.8
9
10export { default as Transition, TransitionStatus } from './Transition';
11export { default as CSSTransition } from './CSSTransition';
12export { default as TransitionGroup } from './TransitionGroup';
13export { default as SwitchTransition } from './SwitchTransition';
14export { default as config } from './config';