equinox-web-components
Version:
Equinox design for the web using StencilJS
20 lines (14 loc) • 418 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-2969b752.js');
const eMenuCss = ":host{display:block}";
const EMenu = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, null, index.h("slot", null)));
}
};
EMenu.style = eMenuCss;
exports.e_menu = EMenu;