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.
/*!
* NENT 2022
*/import { c as createStore } from'./index-4bfabbbd.js';
/* istanbul ignore file */const store = createStore({
darkMode: null,
});
const { state, onChange, reset, dispose } = store;
export { onChange as o, state as s };