mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-04 12:44:28 +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'.