@nent/core
Version:
17 lines (14 loc) • 339 B
JavaScript
/*!
* NENT 2022
*/
import { r as registerInstance, h, H as Host } from './index-916ca544.js';
const Content = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return (h(Host, null, h("slot", null)));
}
};
Content.style = "n-content: { display: contents; }";
export { Content as n_content };