UNPKG

equinox-web-components

Version:

Equinox design for the web using StencilJS

14 lines (13 loc) 420 B
import { r as registerInstance, h, H as Host } from './index-ab05bccf.js'; var eMenuCss = ":host{display:block}"; var EMenu = /** @class */ (function () { function EMenu(hostRef) { registerInstance(this, hostRef); } EMenu.prototype.render = function () { return (h(Host, null, h("slot", null))); }; return EMenu; }()); EMenu.style = eMenuCss; export { EMenu as e_menu };