UNPKG

react-dates

Version:

A responsive and accessible date range picker component built with React

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