UNPKG

polaris-glints

Version:

Glints forked polaris react

8 lines (5 loc) 156 B
import { isValidElement } from 'react'; function isInterface(x) { return ! /*#__PURE__*/isValidElement(x) && x !== undefined; } export { isInterface };