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.

9 lines (8 loc) 191 B
/*! * NENT 2022 */ export * from './components'; export * from './services/actions'; export * from './services/common'; export * from './services/content'; export * from './services/data';