UNPKG

mk-react-images

Version:

A simple, responsive lightbox component for displaying an array of images with React.js

8 lines (6 loc) 220 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); // Return true if window + document exports.default = !!(typeof window !== 'undefined' && window.document && window.document.createElement);