UNPKG

@nent/core

Version:

Functional elements to add routing, data-binding, dynamic HTML, declarative actions, audio, video, and so much more. Supercharge static HTML files into web apps without script or builds.

17 lines (14 loc) 339 B
/*! * 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 };