mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-08 22:54:35 +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'.