UNPKG

react-dates-rtl

Version:

Based on react-dates by airbnb [with RTL support]

7 lines 226 B
Object.defineProperty(exports, "__esModule", { value: true }); exports['default'] = isTransitionEndSupported; function isTransitionEndSupported() { return !!(typeof window !== 'undefined' && 'TransitionEvent' in window); }