UNPKG

react-dates

Version:

A responsive and accessible date range picker component built with React

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