UNPKG

ui

Version:

platform agnostic ui models

4 lines 142 B
module.exports = function getElementOf(component) { if (component.getElement) { return component.getElement() } else { return component } }