mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* [react-transition-group] Add types for config * [react-transition-group] Add test for changing config
15 lines
733 B
TypeScript
15 lines
733 B
TypeScript
// Type definitions for react-transition-group 4.2
|
|
// Project: https://github.com/reactjs/react-transition-group
|
|
// Definitions by: Karol Janyst <https://github.com/LKay>
|
|
// Epskampie <https://github.com/Epskampie>
|
|
// Masafumi Koba <https://github.com/ybiquitous>
|
|
// tu4mo <https://github.com/tu4mo>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.8
|
|
|
|
export { default as Transition } from './Transition';
|
|
export { default as CSSTransition } from './CSSTransition';
|
|
export { default as TransitionGroup } from './TransitionGroup';
|
|
export { default as SwitchTransition } from './SwitchTransition';
|
|
export { default as config } from './config';
|