mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
This fixes the following TS errors:
import Transition, { ENTERED, ENTERING } from 'react-transition-group/Transition'
// => Module '"./node_modules/@types/react-transition-group/Transition"' has no exported member 'ENTERED'.
// => Module '"./node_modules/@types/react-transition-group/Transition"' has no exported member 'ENTERING'.
|
||
|---|---|---|
| .. | ||
| v1 | ||
| CSSTransition.d.ts | ||
| index.d.ts | ||
| react-transition-group-tests.tsx | ||
| Transition.d.ts | ||
| TransitionGroup.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||