UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

5 lines (3 loc) 174 B
// https://github.com/reactjs/react-modal/blob/master/src/helpers/safeHTMLElement.js import { canUseDOM } from './util'; export default canUseDOM ? window.HTMLElement : {};