@nent/core
Version:
21 lines (16 loc) • 409 B
JavaScript
/*!
* NENT 2022
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-1829aebc.js');
const Content = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, null, index.h("slot", null)));
}
};
Content.style = "n-content: { display: contents; }";
exports.n_content = Content;