UNPKG

react-dates

Version:

A responsive and accessible date range picker component built with React

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