UNPKG

@types/react-transition-group

Version:
15 lines (13 loc) 759 B
// Type definitions for react-transition-group 4.4 // 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> // Ben Grynhaus <https://github.com/bengry> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 export { default as Transition, TransitionStatus } 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';