UNPKG

react-dates-rtl

Version:

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

4 lines (3 loc) 130 B
export default function isTransitionEndSupported() { return !!(typeof window !== 'undefined' && 'TransitionEvent' in window); }