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.

21 lines (16 loc) 409 B
/*! * NENT 2022 */ 'use strict'; 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;